getConfig {FreeSortR}R Documentation

Gets the Mds configuration.

Description

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

Usage

getConfig(object)

Arguments

object

An object of class SortingMds

Value

An array of Mds configuration

Examples

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

[Package FreeSortR version 1.3 Index]