Dimensionality of Euclidean space into which embedding shall be performed.
n.iters
Number of iterations of the nMDS scheme
metric
The distance metric used to compare rows. Currently only "pearson" and "euclidean" ae supported.
random.seed
A random seed used by nMDS. Use of this option allows reproducability of nMDS results
Value
An object of class "nMDS" containing:
xmatrix with the same number of rows and row names as data and having embed.data columns
Details
non-Metric Multi-Dimensional Scaling is performed using the scheme proposed by Taguchi and Oono.
If an element is missing (NA) in a particular row, all distance comparisons to that row shall ignore that particular element.
References
Relational patterns of gene expression via non-metric multidimensional scaling analysis: Y.-h. Taguchi and Y. Oono, Bioinformatics, 2005 21(6):730-740.