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
datastructure returned by label.to.annot does not have 'fs.annot' class #36
Describe the bug The datastructure returned by label.to.annot does not have 'fs.annot' class. To Reproduce Steps to reproduce the behavior:
Run the example for label.to.annot, then run:
class (annot)
Expected behavior the list of returned classes should include
fs.annot
Screenshots n/a
Environment:
R --version
in system shell): 4.1.1packageVersion('fsbrain')
in R): 0.5.2Additional context Add any other context about the problem here.