R/points.ordiplot.R

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