Learn R Programming

radiant (version 0.1.95)

plot.mds: Plot method for the mds function

Description

Plot method for the mds function

Usage

"plot"(x, mds_rev_dim = "", mds_fontsz = 1.3, ...)

Arguments

x
Return value from mds
mds_rev_dim
Flip the axes in plots
mds_fontsz
Font size to use in plots
...
further arguments passed to or from other methods

Details

See http://vnijs.github.io/radiant/marketing/mds.html for an example in Radiant

See Also

mds to calculate results

summary.mds to plot results

Examples

Run this code
result <- mds("city","from","to","distance")
plot(result)
plot(result, mds_rev_dim = 1:2)
plot(result, mds_rev_dim = 1:2, mds_fontsz = 2)

Run the code above in your browser using DataLab