Visualize subcortex of a "xifti" object
view_xifti_volume(
xifti,
structural_img = "MNI",
idx = 1,
plane = c("axial", "sagittal", "coronal"),
num.slices = 9,
use_papaya = FALSE,
z_min = NULL,
z_max = NULL,
verbose = TRUE,
...
)view_cifti_volume(
xifti,
structural_img = "MNI",
idx = 1,
plane = c("axial", "sagittal", "coronal"),
num.slices = 9,
use_papaya = FALSE,
z_min = NULL,
z_max = NULL,
verbose = TRUE,
...
)
viewCIfTI_volume(
xifti,
structural_img = "MNI",
idx = 1,
plane = c("axial", "sagittal", "coronal"),
num.slices = 9,
use_papaya = FALSE,
z_min = NULL,
z_max = NULL,
verbose = TRUE,
...
)
viewcii_volume(
xifti,
structural_img = "MNI",
idx = 1,
plane = c("axial", "sagittal", "coronal"),
num.slices = 9,
use_papaya = FALSE,
z_min = NULL,
z_max = NULL,
verbose = TRUE,
...
)
Object of class "xifti".
See is.xifti and make_xifti.
The structural MRI image on which to overlay the
subcortical values. Can be a file name, "MNI" (default) to use
the MNI T1-weighted template, or NULL to use a blank image.
The time/column index of the "xifti" data to plot.
If use_papaya=FALSE, the plane to display.
Default: "axial". Other options are "sagittal" and
"coronal".
If use_papaya=FALSE, the number of slices to display.
Default: 9.
use_papaya=TRUE will use papayar to allows for interactive visualization.
Floor value.
Ceiling value.
Should occasional updates be printed? Default: TRUE.
Additional arguments to pass to papayar::papaya or oro.nifti::overlay