R/components.iva.R

Defines functions components.iva

Documented in components.iva

components.iva <-
function(object, which.dataset = NA, ...) {
  if (!is.na(which.dataset)) {
    return(object$S[,,which.dataset])
  }
  return(object$S)
}

Try the ivaBSS package in your browser

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

ivaBSS documentation built on May 19, 2022, 5:09 p.m.