powered by
Compute metric surface properties.
surf.metric.properties(surface, is_template, template_scale_factor = 1.56)
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
named list of metric surface properties.
# NOT RUN { surface = subject.surface(fsaverage.path(), "fsaverage3", hemi="lh"); mp = surf.metric.properties(surface, is_template = TRUE); # } # NOT RUN { # }
Run the code above in your browser using DataLab