Description Usage Arguments Value Examples
Returns the percentage of variance explained by the dimensions of a Mds solution returned by the function MdsSort()
.
1 | getPercent(object)
|
object |
An object of class |
A vector of percentage of variance of the Mds configuration.
1 2 3 4 | data(AromaSort)
Aroma<-SortingPartition(AromaSort)
resMds<-MdsSort(Aroma,ndim=2)
perc<-getPercent(resMds)
|
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.