Description Usage Arguments Value Author(s) References Examples
Project high-dimensional data on two-dimensional plane by various methods
1 | project.data(amat, type = "PCA")
|
amat |
data matrix (samples x features) |
type |
projection type (options: PCA, MDS.classical, MDS.nonmetric, Sammon) |
projected data matrix
Contact: Leo Lahti microbiome-admin@googlegroups.com
D. Hand and H. Mannila and P. Smyth: Principles of Data Mining. MIT Press. Cambridge, MA, US (2001).
To cite microbiome R package, see citation('microbiome')
1 2 | data(peerj32)
xy <- project.data(peerj32$microbes[,1:3])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.