R/interactive_plotting.R
ortho3.Rd
Display an orthographic projection plot of a nifti object.
ortho3(
underlay,
overlay = NULL,
xyz = NULL,
zlim = NULL,
zlim_ol = NULL,
alpha = 0.7,
col_ol = viridisLite::viridis(64),
orient_lab = TRUE,
rescale = 1,
crosshairs = TRUE,
ch_lwd = 1,
colourbar = TRUE,
bg = "black",
mar = c(0, 0, 0, 0),
smallplot = c(0.63, 0.65, 0.07, 0.42),
legend_axis_cex = 0.75
)
underlay image to be shown in grayscale.
optional overlay image.
x, y, z slice coordinates to display.
underlay intensity limits.
overlay intensity limits.
transparency of overlay.
colour palette of overlay.
display orientation labels (default TRUE).
rescale factor for the underlay and overlay images.
display the crosshairs (default TRUE).
crosshair linewidth.
display a colourbar for the overlay (default TRUE).
plot background colour.
plot margins.
smallplot option for positioning the colourbar.
fornt expansion factor for the legend axis text.