Learn R Programming

Covid19Wastewater (version 1.0.1)

OffsetDF_Plot: Given output from OffsetDFMaker returns a 2x3 grid of all the plots with highlighted values

Description

Given output from OffsetDFMaker returns a 2x3 grid of all the plots with highlighted values

Usage

OffsetDF_Plot(data, title)

Value

ggplot plot object

Arguments

data

Output from OffsetDFMaker

title

Title you want (appears at bottom)

Examples

Run this code
data(WasteWater_data, package = "Covid19Wastewater")
data("Case_data", package = "Covid19Wastewater")
OffsetDFMaker_Output <- OffsetDFMaker(10, as.Date("2020-08-01"),
                       as.Date("2023-01-01"),
                        Case_data, WasteWater_data)
OffsetDF_Plot(OffsetDFMaker_Output,"All Wisconsin data over all time")

Run the code above in your browser using DataLab