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 Sept. 21, 2023, 9:07 a.m.