View source: R/Hypervolumes_functions.R
plotHypervolumes3D | R Documentation |
Plots two 3D hypervolumes that are based on ordination scores, showing variable loadings and vectors fitted post-hoc to the ordination
plotHypervolumes3D(
HVlist,
loadings_coords = NULL,
PHvect_coords = NULL,
loadings_labels = NULL,
PHvect_labels = NULL,
loadings_col = "grey20",
cex.label = 1,
lwd = 1,
PHvect_col = "darkgreen",
...
)
HVlist |
a |
loadings_coords |
a data.table or data.frame of ordination factor loadings for the 3 axes to be plotted |
PHvect_coords |
a data.table or data.frame of post-hoc fitted vectors loadings for the 3 axes to be plotted |
loadings_labels |
character vector of labels for each ordination factor.
Defaults to |
PHvect_labels |
character vector of labels for each post-hoc fitted vector.
Defaults to |
loadings_col |
a colour for ordination factor arrows and labels. |
cex.label |
passed to |
lwd |
passed to |
PHvect_col |
a colour for post-hoc fitted vector arrows and labels. |
... |
arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.