plot.fmds {fmds} | R Documentation |
Visualisation of an fmds object
Description
Plot function for a fmds
object. The plot shows the result of fmds
.
Usage
## S3 method for class 'fmds'
plot(
x,
type = c("configuration", "transformation", "fit", "residuals", "shepard", "stress",
"biplot", "dendrogram", "threshold", "neighbors"),
markers = NULL,
labels = NULL,
...
)
Arguments
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 |
Value
none
[Package fmds version 0.1.5 Index]