Description Usage Arguments Examples
View source: R/plotting_functions.R
This function combines model and empirical data, selecting quantiles, swinging to wide format and merging with the empirical data
1 | convert_to_plot_data(model_data, empirical_data, bycols)
|
model_data |
data frame of model data |
empirical_data |
data frame of empirical data |
bycols |
columns to join on |
1 | convert_to_plot_data(idd_data_frame, csse_data_frame,bycols=c("USPS","Date"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.