plot_empirical_MCR_searchpath: Plot all models found during MCR binary search, and the...

Description Usage Arguments

View source: R/binary_search_mcr.r

Description

Plot all models found during MCR binary search, and the associated MR boundaries for any model in the class.

Usage

1
2
3
4
plot_empirical_MCR_searchpath(emp_mcr, eps = NA, ylab = NA,
  xlab = NA, show_all_lines = FALSE, show_mcr_range = FALSE,
  add_to_plot = FALSE, ylim_include = NULL, xlim_include = NULL,
  xlim_1 = TRUE, fill_col = NA, ...)

Arguments

emp_mcr

output from 'get_empirical_MCR'

eps

absolute error value, around which empirical MCR is defined

ylab, xlab

axis labels, as in plot

show_all_lines

show redundant MR boundaries found in MCR search

show_mcr_range

additionally plots brackets corresponding to empirical MCR

add_to_plot

whether to add lines to an existing plot, or to create a new plot

ylim_include

vector of numeric values that should be contained in ylim

xlim_include

vector of numeric values that should be contained in xlim

xlim_1

whether xlim should truncate at value 1 (null reliance)

fill_col

color to shade in region below permorfance threshold. If NA, no shading is applied.

...

passed to points & matlines.


aaronjfisher/mcr documentation built on Jan. 2, 2020, 4:38 p.m.