R/ics.components.R

Defines functions `ics.components`

### exstracts the independent components of an ics object
###
###
#' @export
`ics.components` <- function(object){
  return(object@Scores)
}

Try the ICS package in your browser

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

ICS documentation built on April 12, 2025, 1:29 a.m.