read.fs.morph.bvsmp {freesurferformats} | R Documentation |
Read Brainvoyager vertex-wise statistical surface data from SMP file.
Description
Read Brainvoyager vertex-wise statistical surface data from SMP file.
Usage
read.fs.morph.bvsmp(filepath, map_index = 1L)
Arguments
filepath |
character string, path to file in Brainvoyager SMP file format. Alternatively, a 'bvsmp' instance read with |
map_index |
positive integer or character string, the surface value map to load (an SMP file can contain several values per vertex, i.e., several surface maps). If an integer, interpreted as the index of the map. If a character string, as the name of the map. |
Value
numeric vector, the values from the respective map.
[Package freesurferformats version 0.1.18 Index]