surf.metric.properties {fsbrain} | R Documentation |
Compute metric surface properties.
surf.metric.properties(surface, is_template, template_scale_factor = 1.56)
surface |
an fs.surface instance, and for the typical use case of this function, a spherical surface. |
is_template |
logical, whether the surface comes from a template subject. |
template_scale_factor |
double, the template scale factor |
named list of metric surface properties.
## Not run:
surface = subject.surface(fsaverage.path(), "fsaverage3", hemi="lh");
mp = surf.metric.properties(surface, is_template = TRUE);
## End(Not run)