display_slice: Display an image slice in 3D
Description
Display an image slice in 3D
Usage
display_slice(brain, slice, ...)
Value
This function is principally called for its side effect of adding to
the plot. A vector of rgl shape IDs is returned invisibly.
Arguments
- brain
template brain (e.g. IS2) of the slice.
- slice
Path to PNG image containing slice to display.
- ...
extra arguments to pass to persp3d
.