surf.metric.properties: Compute metric surface properties.

View source: R/smooth.R

surf.metric.propertiesR Documentation

Compute metric surface properties.

Description

Compute metric surface properties.

Usage

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

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

Value

named list of metric surface properties.

Examples

## Not run: 
surface = subject.surface(fsaverage.path(), "fsaverage3", hemi="lh");
mp = surf.metric.properties(surface, is_template = TRUE);

## End(Not run)


fsbrain documentation built on July 9, 2023, 7:12 p.m.