infer_resolution {ciftiTools} | R Documentation |
Infer resolution from "xifti"
and surfaces
Description
Infer the numbers of vertices on each cortex of a "xifti"
object.
Also supports the result of info_cifti
.
Usage
infer_resolution(xifti, surfL = NULL, surfR = NULL)
Arguments
xifti |
A |
surfL |
Left surface |
surfR |
Right surface |
Value
The inferred resolutions for the left and right cortex.
[Package ciftiTools version 0.15.1 Index]