View source: R/utils_generate_subcortical_surf.R
read_volume | R Documentation |
'MGH'
or 'Nifti'
formatsRead volume file in 'MGH'
or 'Nifti'
formats
read_volume(file, format = c("auto", "mgh", "nii"), header_only = FALSE)
file |
file path |
format |
the file format |
header_only |
whether only read headers; default is false |
A list of volume data and transform matrices; if
header_only=TRUE
, then volume data will be substituted by the
header.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.