R library for structural neuroimaging. Provides high-level functions to access (read and write) and visualize surface-based brain morphometry data for individuals and groups.
Other
65
stars
13
forks
source link
Support passing data for both hemispheres in a single vector to vis functions #9
Functions like vis.data.on.subject should also accept the data as a single vector for both hemispheres, and figure out where to split the data by loading the meshes in the background.
Functions like vis.data.on.subject should also accept the data as a single vector for both hemispheres, and figure out where to split the data by loading the meshes in the background.
It is annoying and verbose to do this manually.