View source: R/estimate_template.methods.R
plot.template.nifti | R Documentation |
Based on oro.nifti::image
.
## S3 method for class 'template.nifti'
plot(
x,
stat = c("mean", "sd", "var"),
plane = c("axial", "sagittal", "coronal"),
n_slices = 9,
slices = NULL,
var_method = c("non-negative", "unbiased"),
...
)
x |
The template from |
stat |
|
plane , n_slices , slices |
Anatomical plane and which slice indices to show. Default: 9 axial slices. |
var_method |
|
... |
Additional arguments to |
Consider using struct_template
to obtain the 3D volumes to plot with a different
viewer function (e.g. from oro.nifti
) if desired.
The plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.