threeBrain {threeBrain} | R Documentation |
Create a brain object
Description
Create a brain object
Usage
threeBrain(
path,
subject_code,
surface_types = "pial",
atlas_types,
...,
template_subject = unname(getOption("threeBrain.template_subject", "N27")),
backward_compatible = getOption("threeBrain.compatible", FALSE)
)
Arguments
path |
path to 'FreeSurfer' directory, or 'RAVE' subject directory containing 'FreeSurfer' files, or simply a 'RAVE' subject |
subject_code |
subject code, characters |
surface_types |
surface types to load; default is |
atlas_types |
brain atlas to load; default is |
... |
reserved for future use |
template_subject |
template subject to refer to; used for group template mapping |
backward_compatible |
whether to support old format; default is false |
[Package threeBrain version 1.2.0 Index]