knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  echo = FALSE,
  fig.path = "man/figures/README-",
  out.width = "100%"
)
# Basic knitr options
library(knitr)
opts_chunk$set(comment = NA, 
               echo = TRUE,
               warning = FALSE, 
               message = FALSE, 
               error = TRUE, 
               cache = FALSE,
               fig.width = 9.6,
               fig.height = 5.6,
               fig.path = 'figures/')
## Load libraries
library(covid19)
library(ggplot2)
library(lubridate)
library(dplyr)
library(ggplot2)
library(sp)
library(raster)
library(viridis)
library(ggthemes)
library(sf)
library(rnaturalearth)
library(rnaturalearthdata)
library(RColorBrewer)
library(readr)
options(scipen = '999')
countries <- c('Kenya', 'South Africa', 'Nigeria', 'United Kingdom', 'France', 'Spain', 'US', 'Canada', 'Mexico', 'Peru', 'Brazil', 'India', 'Australia', 'Indonesia', 'Egypt', 'United Arab Emirates', 'Iran')

plot_day_zero(countries = countries,
              ylog = TRUE,
              day0 = 150,
              cumulative = TRUE)
ggsave('plot.pdf')


databrew/covid19 documentation built on Aug. 24, 2020, 10:39 a.m.