Description Usage Arguments Value Examples
View source: R/F_extractCoord.R
A function to extract plotting coordinates, either for plot.RCM or to export to other plotting software
1 | extractCoord(RCM, Dim = c(1, 2))
|
RCM |
an RCm object |
Dim |
an integer vector of required dimensions The parameters for the ellipses of the quadratic response function come from the parametrization f(x) = a*x^2 + b*x + c For an unconstrained object the row and column coordinates are returned in separate matrices. The row names will correspond to the labels. For a constrained analysis also the variable points are returned. All variables still need to be scaled to optimally fill the available space |
A list with components
samples |
A dataframe of sample scores |
species |
A dataframe of column scores, with origin, slope, end and ellipse coordinates as needed |
variables |
A dataframe of variable scores, loadings of the environmental gradient |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.