Computes the covariance matrix of ordination scores, optionally using robust estimation.
ord_extract_cov(
scores,
axis1,
axis2,
weights = NULL,
method = c("classic", "robust")
)2x2 covariance matrix.
Data frame of ordination scores.
Name of first axis column.
Name of second axis column.
Optional numeric vector of weights.
Covariance method: "classic" or "robust".