getnamesofvolumes: Get Names of Volumes

Description Usage Arguments Value Author(s) Examples

Description

Gets the names of all the features that are volumes

Usage

1
2
getnamesofvolumes(data = NULL,
  excludeFields = c("EstimatedTotalIntraCranialVol"))

Arguments

data

Your subject data frame, if you have removed any columns from your data frame, the function will only return the volumes in this data frame. If this parameter is NULL then a new data frame will be randomly generated

excludeFields

A vector of volume names to exclude, to exclude nothing set this parameter to NULL

Value

A vector of the names of all the features which are volumes

Author(s)

Alexander Luke Spedding, alexspedding271@gmail.com

Examples

1
2
3
getnamesofvolumes()
getnamesofvolumes(NULL, NULL)
getnamesofvolumes(NULL, excludeFields = c("left.CA1", "EstimatedTotalIntraCranialVol"))

AlexDiru/rsurfer documentation built on May 8, 2019, 8:45 a.m.