powered by
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.
MdsSort()
plotMds(ResMds, dim=c(1,2), ellipse=FALSE, proba=0.90, col=NULL)
ResMds is an object of class SortingMds
SortingMds
Vector of dimensions to be plotted (default is dim=c(1,2))
dim=c(1,2)
Indicates if ellipsoids have to be plotted (default if ellipse=FALSE)
ellipse=FALSE
Probability for plotting ellipses (default is proba=.90)
proba=.90
The color to be used for the text, possibly vectors
plot of Mds configuration
# NOT RUN { data(AromaSort) Aroma<-SortingPartition(AromaSort) resMds<-MdsSort(Aroma,ndim=2) plotMds(resMds) # }
Run the code above in your browser using DataLab