powered by
Computes the boxplot of values of an image with the option for a mask.
# S3 method for nifti boxplot(x, ..., mask)# S3 method for anlz boxplot(x, ..., mask)
# S3 method for anlz boxplot(x, ..., mask)
Output of boxplot
boxplot
Object of class nifti
nifti
Arguments passed to boxplot.default
boxplot.default
object to subset the image. If missing, then all values of the image are plotted.
img = nifti(array(rnorm(10^3), dim = rep(10, 3))) mask = img > 0 boxplot(img) boxplot(img, mask = mask) boxplot(as.anlz(img))
Run the code above in your browser using DataLab