getPercent {FreeSortR} | R Documentation |
Returns the percentage of variance explained by the dimensions of a Mds solution returned by the function MdsSort()
.
getPercent(object)
object |
An object of class |
A vector of percentage of variance of the Mds configuration.
data(AromaSort)
Aroma<-SortingPartition(AromaSort)
resMds<-MdsSort(Aroma,ndim=2)
perc<-getPercent(resMds)