Compute lobe labels for a single hemi from aparc atlas.
hemi.lobe.labels(
subjects_dir,
subject_id,
hemi,
include_cingulate = TRUE,
as_annot = FALSE
)
string. The FreeSurfer SUBJECTS_DIR, i.e., a directory containing the data for all your subjects, each in a subdir named after the subject identifier.
string. The subject identifier
string, one of 'lh' or 'rh'. The hemisphere name.
logical, whether to include the vertices of the cingulate in the lobes
return a hemilist of annotations instead of the return value described in the *value* section