View source: R/library--analysis_tools--time_offset--Offset_Analysis_Plot.R
OffsetDF_Plot | R Documentation |
Given output from OffsetDFMaker returns a 2x3 grid of all the plots with highlighted values
OffsetDF_Plot(data, title)
data |
Output from OffsetDFMaker |
title |
Title you want (appears at bottom) |
ggplot plot object
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.