powered by
Returns the percentage of variance explained by the dimensions of a Mds solution returned by the function MdsSort().
MdsSort()
getPercent(object)
An object of class SortingMds
SortingMds
A vector of percentage of variance of the Mds configuration.
# NOT RUN { data(AromaSort) Aroma<-SortingPartition(AromaSort) resMds<-MdsSort(Aroma,ndim=2) perc<-getPercent(resMds) # }
Run the code above in your browser using DataLab