# Basic knitr options
library(knitr)
opts_chunk$set(comment = NA, 
               # echo = FALSE, 
               warning = FALSE, 
               message = FALSE, 
               error = TRUE, 
               cache = FALSE,
               fig.width = 9.64,
               fig.height = 5.9,
               fig.path = 'figures/')
## Load libraries
library(ggplot2)
library(lubridate)
library(dplyr)
library(sp)
library(raster)
library(viridis)
library(ggthemes)
library(sf)
library(RColorBrewer)
library(readr)
library(zoo)
library(tidyr)
options(scipen = '999')
# For this document to run properly, you'll need to have
# Seroprevalence_Survey_results.csv saved in this directory

df <- read_csv('Seroprevalence_Survey_results.csv')


databrew/seroprevalence documentation built on Aug. 26, 2020, 12:03 a.m.