Skip to contents

Plots the first two dimensions of an mv_mds configuration.

Usage

plot_mv_mds(x)

Arguments

x

An mv_mds result with k >= 2.

Value

A ggplot object.

Examples

r = mv_mds(mtcars, cyl:carb, k = 2)
plot_mv_mds(r)