"surf"
included in ciftiTools
Load a "surf"
object from one of the three 32k surface geometries included
in ciftiTools
.
load_surf(
hemisphere = c("left", "right"),
name = c("inflated", "very inflated", "midthickness"),
resamp_res = NULL
)
"left"
(default) or "right"
The name of the surface geometry to load: "inflated"
(default), "very inflated"
, and "midthickness"
.
The resolution to resample the surfaces to. If NULL
(default) or 32492, do not resample.
The "surf"
object
The surfaces are from the HCP and are included according to these data use terms: Data were provided [in part] by the Human Connectome Project, WU-Minn Consortium (Principal Investigators: David Van Essen and Kamil Ugurbil; 1U54MH091657) funded by the 16 NIH Institutes and Centers that support the NIH Blueprint for Neuroscience Research; and by the McDonnell Center for Systems Neuroscience at Washington University.
Other functions for reading in CIFTI or GIFTI data:
as.xifti()
,
info_cifti()
,
load_parc()
,
read_cifti()
,
read_surf()
,
read_xifti2()