plot_adjustment: plots graph of daily cases with and without adjustment

View source: R/adjustedPredSIS.R

plot_adjustmentR Documentation

plots graph of daily cases with and without adjustment

Description

Visual representation of the adjustments made using a given metric.

Usage

plot_adjustment(df_confirmed_values, df_adjusted_confirmed_values)

Arguments

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

Value

Returns the graph showing number of confirmed daily cases with and without adjustment

Note

This function is called in "sisd_cummulative"


RashiMohta/COVID-19-cases-prediction documentation built on Oct. 26, 2024, 9:48 a.m.