Sr_to_nifti | R Documentation |
Convert Cluster specific independent components to NIFTI format
Sr_to_nifti(x, write = FALSE, ...)
x |
an object of |
write |
if TRUE, NIfTI files are written to current working directory |
... |
other arguments passed to RNifti::writeNifti |
a list with niftiImage files
## Not run:
nifs <- loadNIfTIs('<FolderPath>', toMatrix = T)
outnif <- CICA(DataList = nifs, RanStarts = 2, nComp = 10, nClus = 2)
test <- Sr_to_nifti(outnif,write = T, datatype = 'int16', version = 2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.