plotSD {EpiSignalDetection} | R Documentation |
Plot the Signal Detection time series
Description
Plot the Signal Detection time series including historical data, alarm detection period and alarms
Usage
plotSD(x, input, subRegionName, x.sts, x.algo)
Arguments
x |
dataframe (default |
input |
list of parameters as defined in the Signal Detection Application (see (i.e. |
subRegionName |
character string, region label to use in the plot, if different than |
x.sts |
sts object (optional), see |
x.algo |
algo object (optional), see |
Value
plot
See Also
Examples
#-- Setting the parameters to run the report for
input <- list(
disease = "Salmonellosis",
country = "EU-EEA - complete series",
indicator = "Reported cases",
stratification = "Confirmed cases",
unit = "Month",
daterange = c("2010-01-01", "2016-12-31"),
algo = "FarringtonFlexible",
testingperiod = 5
)
#-- Plotting the signal detection output
plotSD(input = input)
[Package EpiSignalDetection version 0.1.2 Index]