getConfig {FreeSortR} | R Documentation |
Gets the Mds config resulting from the function MdsSort()
.
getConfig(object)
object |
An object of class |
An array of Mds configuration
data(AromaSort)
Aroma<-SortingPartition(AromaSort)
resMds<-MdsSort(Aroma,ndim=2)
config<-getConfig(resMds)