plot.fmds | R Documentation |
Plot function for a fmds
object. The plot shows the result of fmds
.
## S3 method for class 'fmds'
plot(
x,
type = c("configuration", "transformation", "fit", "residuals", "shepard", "stress",
"biplot", "dendrogram", "threshold", "neighbors"),
markers = NULL,
labels = NULL,
...
)
x |
An fmds object . |
type |
type of plot (configuration by default) |
markers |
vector or matrix for pie markers |
labels |
vector with labels |
... |
additional arguments to pass |
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.