Learn R Programming

fsbrain (version 0.5.3)

surf.metric.properties: Compute metric surface properties.

Description

Compute metric surface properties.

Usage

surf.metric.properties(surface, is_template, template_scale_factor = 1.56)

Value

named list of metric surface properties.

Arguments

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

Examples

Run this code
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