Learn R Programming

fsbrain (version 0.4.2)

surfs.props: Compute simple version of center and radius of 2 meshes.

Description

Compute simple version of center and radius of 2 meshes.

Usage

surfs.props(lh, rh)

Arguments

lh

`fs.surface` instance, the mesh for the left hemisphere. If a string, assumed to be the path to a surface mesh file that should be loaded.

rh

`fs.surface` instance, the mesh for the right hemisphere. If a string, assumed to be the path to a surface mesh file that should be loaded.

Value

named list with entries 'center', 'radius', 'min' and 'max', each of which are numerical vectors of length 3, holding the x, y and z coordinates or values.