BMTME (version 1.0.4)

boxplot.BMTMECV: boxplot.BMTMECV

Description

Produce box-and-whisker plot(s) of the given BMTMECV object.

Usage

# S3 method for BMTMECV
boxplot(x, select = "Pearson", ordered = TRUE, ...)

Arguments

x

an BMTMECV object for which the plot of model is meaningful.

select

character By default ('Pearson'), plot the Pearson Correlations of the BMTMECV Object, else ('MAAPE'), plot the MAAPE of the BMTMECV Object.

ordered

logic The graph should be sorted by the median? by default is TRUE.

...

Further arguments passed to or from other methods.