R/summary.symcoca.R

"summary.symcoca" <-
function(object, axes = c(1:min(6, object$n.axes)),
         display = c("species", "sites"),
         scaling = 1, ...)
  {
    cocaScores <- scores(object, choices = axes,
                         scaling = scaling, display = display)
    retval <- list(cocaScores = cocaScores, inertia = object$inertia,
                   lambda = object$lambda,
                   call = object$call, namY = object$nam.dat$namY,
                   namX = object$nam.dat$namX, scaling = scaling)
    class(retval) <- "summary.symcoca"
    return(retval)
  }

Try the cocorresp package in your browser

Any scripts or data that you put into this service are public.

cocorresp documentation built on May 2, 2019, 5:16 p.m.