Intercepter case data

knitr::opts_chunk$set(echo = TRUE, Warning = FALSE, message = FALSE)

Interceptor data

This vignette covers the traditionally collected case data for the Madison interceptors. This case data has three different metrics of cases over a period of 55 weeks. This dataframe is sufficiently out of date it is recommended it is not used.

library(Covid19Wastewater)
library(dplyr)
library(ggplot2)

data(InterceptorCase_data, package = "Covid19Wastewater")
head(InterceptorCase_data)%>%
  head()%>%
  knitr::kable()




Try the Covid19Wastewater package in your browser

Any scripts or data that you put into this service are public.

Covid19Wastewater documentation built on Aug. 25, 2023, 1:07 a.m.