plotMDS: Plot result of multidimensional scaling

Description Usage Arguments Value Examples

Description

Plot the 2D or 3D multidimensional scaling result.

Usage

1
plotMDS(model, MDS, colors = NULL)

Arguments

model

an Mclust object

MDS

a list of matrices obtained from computeMDS

colors

a matrix of rgb colors where each row defines the colors of a cluster

Value

None

Examples

1
2
MDS<-computeMDS(model,2)
plotMDS(model,MDS)

sergioluengosanchez/spineSimulation documentation built on May 29, 2019, 9:34 a.m.