View source: R/4.ord_extract_cov.R
| ord_extract_cov | R Documentation |
Computes the covariance matrix of ordination scores, optionally using robust estimation.
ord_extract_cov(
scores,
axis1,
axis2,
weights = NULL,
method = c("classic", "robust")
)
scores |
Data frame of ordination scores. |
axis1 |
Name of first axis column. |
axis2 |
Name of second axis column. |
weights |
Optional numeric vector of weights. |
method |
Covariance method: "classic" or "robust". |
2x2 covariance matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.