plot_time_series: plot time series of corona outbreak

View source: R/plot_time_series.R

plot_time_seriesR Documentation

plot time series of corona outbreak

Description

Provides a plot to show corona outbreak intensity through wanted period

Usage

plot_time_series(day1, month1, day2, month2, country)

Arguments

day1

starting day of period. between 1 to 30.

month1

starting day of perid. between 1 to 12.

day2

ending day of period. between 1 to 30.

month2

ending day of perid. between 1 to 12.

country

country that plotting its status is wanted.

Examples

plot_time_series(1,8,10,8,'Iran') #plots death and confirmed cases of corona from 1/8/20 till 10/8/20 in iran

smehdim/hesaba.covid documentation built on March 30, 2022, 3:48 a.m.