| getTrend | R Documentation |
Function returning the plot describing the trend of the disease over time
that will be included in the epidemiological report at the bookmark location
'TS_TREND' on the template report.
The graph includes the number of cases at EU/EEA level, by month,
over the past five years, with:
The number of cases by month over the 5-year period (grey solid line)
The 12-month moving average of the number of cases by month (green solid line)
(see ECDC reports https://www.ecdc.europa.eu/en/all-topics-z/surveillance-and-disease-data/annual-epidemiological-reports-aers)
getTrend( x = EpiReport::DENGUE2019, disease = "DENGUE", year = 2019, reportParameters = EpiReport::AERparams, MSCode = EpiReport::MSCode, index = 1, doc )
x |
dataframe, raw disease-specific dataset (see specification of the
dataset in the package vignette with |
disease |
character string, disease code (default |
year |
numeric, year to produce the graph for (default |
reportParameters |
dataframe, dataset including the required parameters
for the graph and report production (default |
MSCode |
dataframe, correspondence table of GeoCode names and codes
(default |
index |
integer, figure number |
doc |
'Word' document (see |
'Word' doc or a ggplot2 preview
Global function for the full epidemilogical report: getAER
Required Packages: ggplot2 officer
Internal functions: plotTS12MAvg
Default datasets: AERparams MSCode
# --- Plot using the default dataset getTrend() # --- Plot using external dataset # --- Please see examples in the vignette browseVignettes(package = "EpiReport")