plot.fmds: Visualisation of an fmds object

View source: R/plot.fmds.R

plot.fmdsR 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


fmds documentation built on June 8, 2025, 1:34 p.m.

Related to plot.fmds in fmds...