getPercent {FreeSortR}R Documentation

Gets the percentages of variance

Description

Returns the percentage of variance explained by the dimensions of a Mds solution returned by the function MdsSort().

Usage

getPercent(object)

Arguments

object

An object of class SortingMds

Value

A vector of percentage of variance of the Mds configuration.

Examples

  data(AromaSort)
  Aroma<-SortingPartition(AromaSort)
  resMds<-MdsSort(Aroma,ndim=2)
  perc<-getPercent(resMds)

[Package FreeSortR version 1.3 Index]