
"boxplotMask"(object, param, mask, num = NULL, rescale = TRUE, ylim = NULL, col = c("white", "purple"), main = NULL, mgp = c(2, 0.5, 0),
x.legend = "topright", y.legend = NULL, cex.legend = 0.8, filename = paste(object@identifier, "boxplotMask", sep = "_"), ...)
MRIaggr
. REQUIRED.NULL
.NULL
leading to automatic setting of the y limits.optionsMRIaggr
for specifying the graphical parameters.num
argument can be found in the details section of initNum
.Information about the mgp
argument can be found in par
.
Information about the x.legend
, y.legend
, cex.legend
arguments can be found in legend
(cex.legend
is the cex
argument of legend
).
Arguments ...
must correspond to some of the following arguments : height
, hemisphere
, norm_mu
, norm_sigma
, numeric2logical
, path
, res
, unit
, width
, window
.
## load a MRIaggr object
data("MRIaggr.Pat1_red", package = "MRIaggr")
## display
boxplotMask(MRIaggr.Pat1_red, param = c("DWI_t0","TTP_t0","MTT_t0"),mask = "MASK_T2_FLAIR_t2",
numeric2logical = TRUE)
Run the code above in your browser using DataLab