This is a function for plotting an image. The analysis result can be overcoated on the template.
coat(
x,
y = NULL,
pseq = NULL,
xyz = NULL,
col.x = gray(0:64/64),
col.y = NULL,
breaks.y = NULL,
zlim.x = NULL,
zlim.y = NULL,
rownum = 5,
colnum = NULL,
plane = c("axial", "coronal", "sagittal", "all")[1],
xlab = "",
ylab = "",
axes = FALSE,
oma = rep(0, 4),
mar = rep(0, 4),
bg = "black",
paron = TRUE,
cross.hair = FALSE,
chxy = NULL,
color.bar = TRUE,
regionplot = FALSE,
atlasdataset = NULL,
regionname = c("atlas", "stat")[1],
regionlegend = FALSE,
atlasname = "",
ROIids = 1:9,
...
)
image1. Base image.
image2 to be overcoated.
a vector plot sequence.
a vector position to be plotted.
a color vector for image1.
a color vector for image2.
a vector breaks value for y.
a vector plot limitation values for z of x.
a vector plot limitation values for z of y.
a numeric, the number of row for the plot.
a numeric, the number of colnum for the plot.
a vector plot sequence.
a character for a label in the x axis.
a character for a label in the y axis.
a logical. TRUE presents the axes.
a vector for outer margin area.
a vector for margin.
a character for color of background.
a logical. TRUE means par is used.
a logical.
a vector cross hair position to be plotted.
a logical.
a logical.
a matrix or data.frame. colnames shold include "ROIid" and "ROIname".
a character.
a logical.
a character.
a vector
further arguments passed to or from other methods.
coat
requires a image array.