R/identify.ordiplot.R

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