| annotate_orientation | R Documentation |
Add L/R and A/P/S/I annotations (optional)
annotate_orientation(
plane = c("axial", "coronal", "sagittal"),
dims,
gp = grid::gpar(col = "white", cex = 0.9, fontface = "bold")
)
plane |
"axial", "coronal", or "sagittal" |
dims |
c(nrow, ncol) of the slice matrix |
gp |
grid::gpar style |
A ggplot2 layer with annotation_custom grobs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.