plot_res: Plot Creator for Coverage and Half-length Results

Description Usage Arguments Value

View source: R/plot_cov_chi.R

Description

Plot Creator for Coverage and Half-length Results

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
plot_res(
  res_list,
  ebci = 0,
  xTitle = "Measure of parameter dispersion",
  title_cov = paste("Sample size: n = ", res_list$n),
  title_chi = paste("Sample size: n = ", res_list$n),
  ylab_cov = "Average coverage",
  ylab_chi = "Length ratio",
  cov_theme = ggplot2::theme(plot.title = ggplot2::element_text(hjust = 0.5)),
  chi_theme = ggplot2::theme(plot.title = ggplot2::element_text(hjust = 0.5))
)

Arguments

res_list

a list object produced by Monte Carlo simulations

ebci

equal to 1 if EBCI result is added; 0 otherwise

xTitle

.

title_cov

.

title_chi

.

ylab_cov

.

ylab_chi

.

cov_theme

.

chi_theme

.

Value

a list of ggplot objects


koohyun-kwon/OptACI documentation built on Oct. 6, 2020, 8:09 a.m.