barplot.BMORSENV: barplot BMORSENV graph

Description Usage Arguments

View source: R/utils.R

Description

Creates a bar plot with vertical bars, showing the predictive capability of the model or the error rate.

Usage

1
2
## S3 method for class 'BMORSENV'
barplot(height, select = "Pearson", ...)

Arguments

height

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

select

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

...

Further arguments passed to or from other methods.


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