View source: R/plot_time_series.R
plot_time_series | R Documentation |
Provides a plot to show corona outbreak intensity through wanted period
plot_time_series(day1, month1, day2, month2, country)
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. |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.