View source: R/adjustedPredSIS.R
plot_adjustment | R Documentation |
Visual representation of the adjustments made using a given metric.
plot_adjustment(df_confirmed_values, df_adjusted_confirmed_values)
df_confirmed_values |
dataframe with two columns which contains dates and corresponding observed number of daily confirmed cases |
df_adjusted_confirmed_values |
dataframe with two columns which contains dates and corresponding adjusted number of daily confirmed cases |
Returns the graph showing number of confirmed daily cases with and without adjustment
This function is called in "sisd_cummulative"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.