getfieldgroup: Get Field Group of Feature

Description Usage Arguments Value Author(s) Examples

View source: R/rsurfer.R

Description

Given the name of a feature, this function gets what type of field group it belongs to, i.e. subcortical volume

Usage

1
getfieldgroup(name, method = 1)

Arguments

name

Name of the feature

method

The type of field groups that are returned method = 1: hippocampal, subcortical, corticalthicknessstds, corticalareas, corticalthicknesses, corticalvolumes method = 2: volume, area, thickness, thicknessstd

Value

The field group the name belongs to

Author(s)

Alexander Luke Spedding, alexspedding271@gmail.com

Examples

1
2
getfieldgroup("left.CA1", method = 1)
getfieldgroup("left.CA1", method = 2)

rsurfer documentation built on May 2, 2019, 4:20 a.m.