convert_to_plot_data: Convert the model and empirical data to plot data

Description Usage Arguments Examples

View source: R/plotting_functions.R

Description

This function combines model and empirical data, selecting quantiles, swinging to wide format and merging with the empirical data

Usage

1
convert_to_plot_data(model_data, empirical_data, bycols)

Arguments

model_data

data frame of model data

empirical_data

data frame of empirical data

bycols

columns to join on

Examples

1
convert_to_plot_data(idd_data_frame, csse_data_frame,bycols=c("USPS","Date"))

lmullany/iddplotting documentation built on July 26, 2020, 8:05 p.m.