ngsLCA_NMDS | R Documentation |
Perform Non-metric Multidimensional Scaling (NMDS) on taxa profiles. Results will be in "path/run/NMDS/". See vegan::metaMDS for details.
ngsLCA_NMDS(path, run = "run01", dimension = 3, trymax = 100)
path |
working directory, same to |
run |
name of the run, default is "run01". |
dimension |
dimension of the NMDS; default is 3. |
trymax |
maximum number of random starts in search of convergent solutions for NMDS; default is 100. |
R data files for NMDS results, figures for NMDS stressplots, cluster figures for the first 2 NMDS components.
## Not run: ngsLCA_NMDS(path=system.file("extdata","lca_files",package="ngsLCA"),
run="run01",
dimension=3,
trymax=1000)
## End(Not run)
## This will perform NMDS on the complete taxa
## profile as well as taxa groups and ranks
## (if available) of "run01". Results will be in
## "path/run01/NMDS/".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.