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

Description Usage Arguments

View source: R/interactive_plotting.R

Description

Display an interactive orthographic projection plot of a nifti object.

Usage

1
2
3
4
5
6
7
8
9
ortho3_int(
  underlay,
  overlay = NULL,
  xyz = NULL,
  zlim = NULL,
  zlim_ol = NULL,
  alpha = 1,
  ...
)

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.


neuroconductor-devel-releases/spant documentation built on May 6, 2020, 4:29 p.m.