dfsp-spirit / fsbrain

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

Closed dfsp-spirit closed 4 years ago

dfsp-spirit commented 4 years ago

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.

dfsp-spirit commented 4 years ago

This is implemented on dev, use the new parameter morph_data_both. Closing.