R/plot_calibration.R
format_traditional_calib_plot.Rd
ggplot formatting for traditional calibration plot.
format_traditional_calib_plot(calib, grp_vars, facet_rows, facet_cols)
calib | the output from |
---|---|
grp_vars | variables over which to compare calibration. These
determines the color of the lines and faceting depending on |
facet_rows | A variable name to facet data over. Creates a
separate row of plots for each value of specified variable. Can be used
with |
facet_cols | Same as |
ggplot object