OffsetDF_Plot: Given output from OffsetDFMaker returns a 2x3 grid of all the...

View source: R/library--analysis_tools--time_offset--Offset_Analysis_Plot.R

OffsetDF_PlotR Documentation

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)

Arguments

data

Output from OffsetDFMaker

title

Title you want (appears at bottom)

Value

ggplot plot object

Examples

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")

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