Plot in how many strata an signal was detected under the detection period
plot_signals_per_week.Rd
Using the results of signal detection, plot a week-to-week representation of strata had higher than expected case numbers
Examples
if (FALSE) { # \dontrun{
dat <- preprocess_data(input_example)
signals <- get_signals(dat, stratification = "county")
plot_signals_per_week(signals)
} # }