Plot the ratio of observed to expected events over calendar time.
Source:R/Plots.R
plotEventToCalendarTime.Rd
Plot the ratio of observed to expected events over calendar time.
Arguments
- studyPopulation
An object created using the
createStudyPopulation()
function.- sccsModel
Optional: A fitted SCCS model as created using
fitSccsModel()
. If the model contains splines for seasonality and or calendar time a panel will be added with outcome counts adjusted for these splines.- title
Optional: the main title for the plot
- fileName
Name of the file where the plot should be saved, for example 'plot.png'. See the function
ggplot2::ggsave()
for supported file formats.
Value
A ggplot object. Use the ggplot2::ggsave()
function to save to file in a different
format.