R/interactive_plotting.R
ortho3_inter.Rd
Display an interactive orthographic projection plot of a nifti object.
ortho3_inter( underlay, overlay = NULL, xyz = NULL, zlim = NULL, zlim_ol = NULL, alpha = 0.7, ... )
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.
other options to be passed to the ortho3 function.