getPercent: Gets the percentages of variance

Description Usage Arguments Value Examples

Description

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

Usage

1
getPercent(object)

Arguments

object

An object of class SortingMds

Value

A vector of percentage of variance of the Mds configuration.

Examples

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

Example output

Loading required package: smacof
Loading required package: plotrix

Attaching package: 'smacof'

The following object is masked from 'package:base':

    transform

Loading required package: vegan
Loading required package: permute
Loading required package: lattice
This is vegan 2.5-4
Loading required package: ellipse

Attaching package: 'ellipse'

The following object is masked from 'package:graphics':

    pairs

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