boxplot.BMORSCV: boxplot.BMORSCV

Description Usage Arguments

View source: R/utils.R

Description

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

Usage

1
2
## S3 method for class 'BMORSCV'
boxplot(x, select = "Pearson", ordered = TRUE, ...)

Arguments

x

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

select

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

ordered

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

...

Further arguments passed to or from other methods.


BMTME documentation built on Aug. 27, 2020, 1:08 a.m.

Related to boxplot.BMORSCV in BMTME...