Principal Coordinate Analysis Biplot
Project features into a principal coordinates matrix. The features used
should be the features used to compute the distance matrix. It is
recommended that these variables be normalized in cases of dimensionally
heterogeneous physical variables.
Parameters
- pcoa : PCoAResults
- The PCoA where the features will be projected onto.
- features : FeatureTable[RelativeFrequency]
- Variables to project onto the PCoA matrix
Returns
- biplot : PCoAResults % Properties('biplot')
- The resulting PCoA matrix.