slice_overlay-methods | R Documentation |
Methods for function slice_overlay
slice_overlay.nifti( x, y, z = 1, w = 1, col.x = gray(0:64/64), col.y = hotmetal(), zlim.x = NULL, zlim.y = NULL, plane = c("axial", "coronal", "sagittal"), xlab = "", ylab = "", axes = FALSE, oma = rep(0, 4), mar = rep(0, 4), bg = "black", NA.x = FALSE, NA.y = TRUE, useRaster = TRUE, ... ) slice_overlay(x, y, ...) ## S4 method for signature 'nifti,missing' slice_overlay( x, y, z = 1, w = 1, col.x = gray(0:64/64), col.y = hotmetal(), zlim.x = NULL, zlim.y = NULL, plane = c("axial", "coronal", "sagittal"), xlab = "", ylab = "", axes = FALSE, oma = rep(0, 4), mar = rep(0, 4), bg = "black", NA.x = FALSE, NA.y = TRUE, useRaster = TRUE, ... ) ## S4 method for signature 'nifti,nifti' slice_overlay( x, y, z = 1, w = 1, col.x = gray(0:64/64), col.y = hotmetal(), zlim.x = NULL, zlim.y = NULL, plane = c("axial", "coronal", "sagittal"), xlab = "", ylab = "", axes = FALSE, oma = rep(0, 4), mar = rep(0, 4), bg = "black", NA.x = FALSE, NA.y = TRUE, useRaster = TRUE, ... ) ## S4 method for signature 'anlz,anlz' slice_overlay( x, y, z = 1, w = 1, col.x = gray(0:64/64), col.y = hotmetal(), zlim.x = NULL, zlim.y = NULL, plane = c("axial", "coronal", "sagittal"), xlab = "", ylab = "", axes = FALSE, oma = rep(0, 4), mar = rep(0, 4), bg = "black", NA.x = FALSE, NA.y = TRUE, useRaster = TRUE, ... ) ## S4 method for signature 'anlz,nifti' slice_overlay( x, y, z = 1, w = 1, col.x = gray(0:64/64), col.y = hotmetal(), zlim.x = NULL, zlim.y = NULL, plane = c("axial", "coronal", "sagittal"), xlab = "", ylab = "", axes = FALSE, oma = rep(0, 4), mar = rep(0, 4), bg = "black", NA.x = FALSE, NA.y = TRUE, useRaster = TRUE, ... ) ## S4 method for signature 'nifti,anlz' slice_overlay( x, y, z = 1, w = 1, col.x = gray(0:64/64), col.y = hotmetal(), zlim.x = NULL, zlim.y = NULL, plane = c("axial", "coronal", "sagittal"), xlab = "", ylab = "", axes = FALSE, oma = rep(0, 4), mar = rep(0, 4), bg = "black", NA.x = FALSE, NA.y = TRUE, useRaster = TRUE, ... ) ## S4 method for signature 'array,array' slice_overlay(x, y, ...) ## S4 method for signature 'array,nifti' slice_overlay(x, y, ...) ## S4 method for signature 'nifti,array' slice_overlay(x, y, ...) ## S4 method for signature 'array,anlz' slice_overlay(x, y, ...) ## S4 method for signature 'anlz,array' slice_overlay(x, y, ...) ## S4 method for signature 'afni,afni' slice_overlay(x, y, ...) ## S4 method for signature 'afni,array' slice_overlay(x, y, ...)
x, y |
is an object of class |
z |
is the slice to be displayed (ignored when |
w |
is the time point to be displayed (4D arrays only). |
col.x |
is grayscale (by default). |
col.y |
is hotmetal (by default). |
zlim.x, zlim.y |
are set to |
plane |
is the plane of acquisition to be displayed (choices are ‘axial’, ‘coronal’, ‘sagittal’). |
xlab |
is set to “” since all margins are set to zero. |
ylab |
is set to “” since all margins are set to zero. |
axes |
is set to |
oma |
is the size of the outer margins in the |
mar |
is the number of lines of margin in the |
bg |
is the background color in the |
NA.x |
Set any values of 0 in |
NA.y |
Set any values of 0 in |
useRaster |
if |
... |
other arguments to the |
The image
command is used multiple times to simultaneously visualize
one of the three orthogonal planes in two multidimensional arrays, one on
top of the other, for medical imaging data.
Produce slice_overlay of y
on x
.
Produce slice_overlay of y
on x
.
Produce slice_overlay of y
on x
.
Brandon Whitcher bwhitcher@gmail.com
image-methods
, slice_overlay-methods
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.