plot.hdnom.compare.calibrate: Plot model comparison by calibration results

View source: R/5_4_compare_by_calibrate_method.R

plot.hdnom.compare.calibrateR Documentation

Plot model comparison by calibration results

Description

Plot model comparison by calibration results

Usage

## S3 method for class 'hdnom.compare.calibrate'
plot(
  x,
  xlim = c(0, 1),
  ylim = c(0, 1),
  col.pal = c("JCO", "Lancet", "NPG", "AAAS"),
  ...
)

Arguments

x

An object returned by compare_by_calibrate.

xlim

x axis limits of the plot.

ylim

y axis limits of the plot.

col.pal

Color palette to use. Possible values are "JCO", "Lancet", "NPG", and "AAAS". Default is "JCO".

...

Other parameters (not used).

Examples

NULL

hdnom documentation built on April 24, 2023, 9:09 a.m.