loadNIfTIs | R Documentation |
Load Nifti files from directory
loadNIfTIs(dir, toMatrix = TRUE)
dir |
Input directory containing nifti files |
toMatrix |
logical if TRUE nifti's are converted to matrices |
list object containing Voxel by Time course matrices
## Not run:
nifs <- loadNIfTIs('<FolderPath>', toMatrix = T)
outnif <- CICA(DataList = nifs, RanStarts = 2, nComp = 10, nClus = 2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.