BMTME (version 1.0.4)

barplot.BMORSENV: barplot BMORSENV graph

Description

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

Usage

# S3 method for 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.