Description Usage Arguments Value
This function performs colorICA Morlet algorithm on CIFTI files.
1 2 3 4 5 6 7 8 9 10 | cICA_morlet(
Xin,
M = dim(Xin)[1],
Win = diag(M),
tol = 1e-04,
maxit = 20,
nmaxit = 5,
dj = 0.25,
ncores = 2
)
|
Xin |
CIFTI file data |
M |
Xin first dimension |
Win |
diagonal of matrix M |
tol |
tolerance |
maxit |
maximum number of iteration |
nmaxit |
maximum number of iteration |
dj |
Divide octave in sub-octaves. If dj = 0.25 this will do 4 sub-octaves per octave. |
ncores |
Number of cores to use during fitting |
return(as.list(result))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.