plot.CICA: Plot method for CICA

View source: R/plot.CICA.R

plot.CICAR Documentation

Plot method for CICA

Description

Plot method for CICA. This function shows the cluster specific independent components in an interactive viewer using the papayar package

Usage

## S3 method for class 'CICA'
plot(x, brain = "auto", cluster = 1, ...)

Arguments

x

Object of class CICA

brain

auto

cluster

Components of cluster to plot. Only used when non fMRI related data is used

...

other arguments

Examples

## Not run: 
CICA_data <- Sim_CICA(Nr = 15, Q = 5, R = 4, voxels = 100, timepoints = 10,
E = 0.4, overlap = .25, externalscore = TRUE)

multiple_output = CICA(DataList = CICA_data$X, nComp = 2:6, nClus = 1:5,
userGrid = NULL, RanStarts = 30, RatStarts = NULL, pseudo = c(0.1, 0.2),
pseudoFac = 2, userDef = NULL, scalevalue = 1000, center = TRUE,
maxiter = 100, verbose = TRUE, ctol = .000001)

plot(multiple_output$Q_5_R_4, cluster = 2)

## End(Not run)


CICA documentation built on July 26, 2023, 5:51 p.m.