| read_brain_map_values | R Documentation |
Reads GIFTI (.func.gii) or NIfTI (.nii.gz) files and returns the
values as a numeric vector. Used internally by compare_maps() when
file paths are passed instead of numeric vectors.
read_brain_map_values(path)
path |
Path to a |
A numeric vector of map values.
## Not run:
read_brain_map_values("cortical_thickness.func.gii")
read_brain_map_values("brain_volume.nii.gz")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.