getConfig: Gets the Mds configuration.

Description Usage Arguments Value Examples

Description

Gets the Mds config resulting from the function MdsSort().

Usage

1
getConfig(object)

Arguments

object

An object of class SortingMds

Value

An array of Mds configuration

Examples

1
2
3
4
  data(AromaSort)
  Aroma<-SortingPartition(AromaSort)
  resMds<-MdsSort(Aroma,ndim=2)
  config<-getConfig(resMds)

FreeSortR documentation built on May 2, 2019, 2:47 p.m.