.ordinationPlots | R Documentation |
Calculates an ordination across two datasets prior to calculating two hypervolumes (one from each dataset)
.ordinationPlots(
ordi,
fscores,
PEV,
datatable,
HVidvar,
HVnames,
ordination,
outputs.dir,
file.suffix
)
ordi |
the ordination object |
fscores |
factor scores |
PEV |
percent explained variance per PC |
datatable |
is a |
HVidvar |
the name or number of the column (in |
HVnames |
character vector of hypervolume names |
ordination |
determines whether hypervolumes will be calculated on the raw data ("none") of on ordination factor scores (one of "PCA", "HillSmith", "dudi.mix"). Defaults to using a PCA. |
outputs.dir |
is the directory to store results |
file.suffix |
is a character string used as a suffix in file names |
NULL, just saves plots to a PDF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.