Usage
## S3 method for class 'nifti':
image(x, z=1, w=1, col=gray(0:64/64),
plot.type=c("multiple","single"), zlim=NULL, xlab="",
ylab="", axes=FALSE, ...)
## S3 method for class 'anlz':
image(x, z=1, w=1, col=gray(0:64/64),
plot.type=c("multiple","single"), zlim=NULL, xlab="",
ylab="", axes=FALSE, ...)
Arguments
x
is an object of class "nifti"
.
z
is the slice to be displayed (ignored when plot.type =
"multiple"
).
w
is the time point to be displayed (4D arrays only).
col
is grayscale (by default).
plot.type
allows the choice between all slices being displayed,
in a matrix (left-to-right, top-to-bottom), or a single slice.
zlim
is set to NULL
by default and utilizes the internal
image range.
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.
...
other arguments to the image
function may be
provided here.