powered by
Compute metric surface properties.
surf.metric.properties(surface, is_template, template_scale_factor = 1.56)
named list of metric surface properties.
an fs.surface instance, and for the typical use case of this function, a spherical surface.
logical, whether the surface comes from a template subject.
double, the template scale factor
if (FALSE) { surface = subject.surface(fsaverage.path(), "fsaverage3", hemi="lh"); mp = surf.metric.properties(surface, is_template = TRUE); }
Run the code above in your browser using DataLab