mds | R Documentation |
Multidimensional Scaling Plot
mds(
mode = "simple",
data,
labels,
vars,
k = 2,
plot = FALSE,
plot1 = FALSE,
xlab,
ylab,
zlab,
plot2 = FALSE,
width = 500,
height = 500,
width1 = 500,
height1 = 500,
width2 = 500,
height2 = 500
)
mode |
. |
data |
The data as a data frame. |
labels |
. |
vars |
. |
k |
. |
plot |
. |
plot1 |
. |
xlab |
. |
ylab |
. |
zlab |
. |
plot2 |
. |
width |
. |
height |
. |
width1 |
. |
height1 |
. |
width2 |
. |
height2 |
. |
A results object containing:
results$instructions | a html | ||||
results$plot | an image | ||||
results$plot1 | an image | ||||
results$plot2 | an image | ||||
results$text | a preformatted | ||||
results$clust | an output | ||||
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.