R/text.orditkplot.R

Defines functions `text.orditkplot`

`text.orditkplot` <- function(x, cex = x$args$tcex, col = x$args$tcol,
                              font = attr(x$labels, "font"), ...) {
    if (is.null(font)) {
        font <- par("font")
    }
    text(x$labels, labels = rownames(x$labels), cex = cex, col = col,
         font = font, ...)
}
vegandevs/vegan3d documentation built on March 24, 2024, 4:06 p.m.