This function infers the ordination method used and returns proper axis labels including percentage of explained variance when applicable.
get_ord_axis_labels(ord)A list with one element label, a character vector for axis labels.
#' @examples
library(vegan)
data(dune)
data(dune.env)
ord_pca <- rda(dune)
get_ord_axis_labels(ord_pca)
A vegan ordination object.