powered by
Convert Cluster specific independent components to NIFTI format
Sr_to_nifti(x, write = FALSE, ...)
a list with niftiImage files
an object of class CICA
class
if TRUE, NIfTI files are written to current working directory
other arguments passed to RNifti::writeNifti
if (FALSE) { nifs <- loadNIfTIs('', toMatrix = T) outnif <- CICA(DataList = nifs, RanStarts = 2, nComp = 10, nClus = 2) test <- Sr_to_nifti(outnif,write = T, datatype = 'int16', version = 2) }
Run the code above in your browser using DataLab