plotMds {FreeSortR} | R Documentation |
Plot of the configuration of Mds
Description
plotMds returns a plot of the configuration resulting from a Multidimensionnal scaling.
Confidence ellipsoids are plotted if a bootstrap approach has been used in the MdsSort()
step.
Usage
plotMds(ResMds, dim=c(1,2), ellipse=FALSE, proba=0.90, col=NULL)
Arguments
ResMds |
ResMds is an object of class |
dim |
Vector of dimensions to be plotted (default is |
ellipse |
Indicates if ellipsoids have to be plotted (default if |
proba |
Probability for plotting ellipses (default is |
col |
The color to be used for the text, possibly vectors |
Value
plot of Mds configuration
Examples
data(AromaSort)
Aroma<-SortingPartition(AromaSort)
resMds<-MdsSort(Aroma,ndim=2)
plotMds(resMds)
[Package FreeSortR version 1.3 Index]