Learn R Programming

rsurfer (version 0.2)

get.hemisphere.side: Get Hemisphere Side

Description

Given the name of a feature, will return a string as to whether it belongs to the left or the right hemisphere. If it belongs to neither, it is assumed that the feature is central

Usage

get.hemisphere.side(name)

Arguments

name

The name of the feature to return the hemisphere of

Value

The side of the hemisphere the feature belongs to ("left" or "right"). If it belongs to neither of these, "central" is returned

Examples

Run this code
# NOT RUN {
get.hemisphere.side("Right.vessel")
get.hemisphere.side("lhCortexVol")
# }

Run the code above in your browser using DataLab