| collayer.from.annotdata {fsbrain} | R Documentation |
Compute surface color layer from annotation or atlas data.
Description
Compute surface color layer from annotation or atlas data.
Usage
collayer.from.annotdata(lh_annotdata = NULL, rh_annotdata = NULL)
Arguments
lh_annotdata |
loaded annotation data for left hemi, as returned by |
rh_annotdata |
loaded annotation data for right hemi |
Value
named hemi list, each entry is a vector of color strings, one color per surface vertex. The coloring represents the atlas data.
See Also
You can plot the return value using vis.color.on.subject.
Other surface color layer:
collayer.bg.atlas(),
collayer.bg.meancurv(),
collayer.bg.sulc(),
collayer.bg(),
collayer.from.annot(),
collayer.from.mask.data(),
collayer.from.morphlike.data(),
collayers.merge()
[Package fsbrain version 0.5.5 Index]