Compute surface color layer from annotation or atlas data.
collayer.from.annot(subjects_dir, subject_id, hemi, atlas)
named hemi list, each entry is a vector of color strings, one color per surface vertex. The coloring represents the atlas data.
character string, the FreeSurfer SUBJECTS_DIR.
character string, the subject identifier.
character string, one of 'lh', 'rh', or 'both'.
character string, the atlas name. E.g., "aparc", "aparc.2009s", or "aparc.DKTatlas". Used to construct the name of the annotation file to be loaded.
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.annotdata()
,
collayer.from.mask.data()
,
collayer.from.morphlike.data()
,
collayers.merge()