R/labels.envfit.R

`labels.envfit` <-
    function(object, ...)
{
    out <- list("vectors" = rownames(object$vectors$arrows),
                "factors" = rownames(object$factors$centroids))
    if (is.null(out$vectors) || is.null(out$factors))
        out <- unlist(out, use.names = FALSE)
    out
}
pattakosn/Rworkshop documentation built on May 24, 2019, 8:22 p.m.