This function performs no parsing of data, it just plots the already calculated statistics generated using one of the `vpc` functions.
plot_vpc(
db,
show = NULL,
vpc_theme = NULL,
smooth = TRUE,
log_x = FALSE,
log_y = FALSE,
xlab = NULL,
ylab = NULL,
title = NULL,
verbose = FALSE
)
object created using the `vpc` function
what to show in VPC (obs_dv, obs_ci, pi, pi_as_area, pi_ci, obs_median, sim_median, sim_median_ci)
theme to be used in VPC. Expects list of class vpc_theme created with function vpc_theme()
"smooth" the VPC (connect bin midpoints) or show bins as rectangular boxes. Default is TRUE.
Boolean indicting whether x-axis should be shown as logarithmic. Default is FALSE.
Boolean indicting whether y-axis should be shown as logarithmic. Default is FALSE.
label for x axis
label for y axis
title
verbosity (T/F)