R/text.ordiplot.R

"text.ordiplot" <-
    function (x, what, labels, select, ...)
{
    x <- scores(x, what)
    if (!missing(labels))
        rownames(x) <- labels
    if (!missing(select))
        x <- .checkSelect(select, x)
    text(x, labels = rownames(x), ...)
    invisible()
}
pattakosn/Rworkshop documentation built on May 24, 2019, 8:22 p.m.