Usage
## S3 method for class 'nifti':
orthographic(x, xyz = NULL, crosshairs = TRUE,
col.crosshairs = "red", w = 1, zlim = NULL,
col = gray(0:64/64), xlab = "", ylab = "",
axes = FALSE, oma=rep(0,4), mar=rep(0,4),
bg="black", text=NULL, text.color="white", ...)
Arguments
x
is an object of class "nifti"
or similar.
xyz
is the coordinate for the center of the crosshairs.
crosshairs
is a logical value for the presence of crosshairs in
all three orthogonal planes (default = TRUE).
col.crosshairs
is the color of the crosshairs (default = red).
w
is the time point to be displayed (4D arrays only).
zlim
is the minimum and maximum z values passed into
image
.
col
is grayscale (by default).
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 FALSE
since all margins are set to zero.
oma
is the size of the outer margins in the par
function.
mar
is the number of lines of margin in the par
function.
bg
is the background color in the par
function.
text
allows the user to specify text to appear in the fourth
(unused) pane.
text.color
is the color of the user-specified text.
...
other arguments to the image
function may be
provided here.