ortho_plot: Orthographic Plot

Description Usage Arguments See Also

Description

This function renders an orthographic plot of a nifti image.

Usage

1
2
ortho_plot(x, y = NULL, text = "", interactiveness = FALSE,
  force = FALSE, ...)

Arguments

x

(nifti image) Image to plot

y

(nifti image) If not NULL, it is an overlay, Default: NULL

text

(character) Text used as title of the plot, Default: NULL

interactiveness

(logical) If TRUE, use package papayar to render an htmlwidget. If FALSE, use neurobase::ortho2, Default: TRUE

force

(logical) Force saving of plot (forces interactiveness = FALSE), Default: FALSE

...

other arguments, such as the saving_path and saving_prefix to store in case of force == TRUE.

See Also

ortho2 updateNifti updateNifti


neuroimaginador/dl4ni documentation built on May 3, 2019, 5:47 p.m.