Produce box-and-whisker plot(s) of the given BMECV object.
# S3 method for BMECV
boxplot(x, select = "Pearson", ordered = TRUE, ...)an BMECV object for which the plot of model is meaningful.
character By default ('Pearson'), plot the Pearson Correlations of the BMECV Object, else ('MAAPE'), plot the MAAPE of the BMECV Object.
logic The graph should be sorted by the median? by default is TRUE.
Further arguments passed to or from other methods.