project.data: Project high-dimensional data on two-dimensional plane by...

Description Usage Arguments Value Author(s) References Examples

View source: R/project.data.R

Description

Project high-dimensional data on two-dimensional plane by various methods

Usage

1
project.data(amat, type = "PCA")

Arguments

amat

data matrix (samples x features)

type

projection type (options: PCA, MDS.classical, MDS.nonmetric, Sammon)

Value

projected data matrix

Author(s)

Contact: Leo Lahti microbiome-admin@googlegroups.com

References

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')

Examples

1
2
data(peerj32)
  xy <- project.data(peerj32$microbes[,1:3])

microbiome/microbiomeold documentation built on May 22, 2019, 9:57 p.m.