ortho3_inter: Display an interactive orthographic projection plot of a...

View source: R/interactive_plotting.R

ortho3_interR Documentation

Display an interactive orthographic projection plot of a nifti object.

Description

Display an interactive orthographic projection plot of a nifti object.

Usage

ortho3_inter(
  underlay,
  overlay = NULL,
  xyz = NULL,
  zlim = NULL,
  zlim_ol = NULL,
  alpha = 0.7,
  ...
)

Arguments

underlay

underlay image to be shown in grayscale.

overlay

optional overlay image.

xyz

x, y, z slice coordinates to display.

zlim

underlay intensity limits.

zlim_ol

overlay intensity limits.

alpha

transparency of overlay.

...

other options to be passed to the ortho3 function.


martin3141/spant documentation built on April 14, 2024, 4:15 a.m.