makePlot {surveillance} | R Documentation |
Just a test method.
makePlot(outputpath, data = "k1", method = "rki1", name, disease, range = 157:339)
outputpath |
path for the storage |
data |
abbreviation of the disease-file |
method |
method to be called |
name |
name of the method |
disease |
disease name |
range |
range to plot |
makePlot
reads the data given in data
using the function readData
,
and the data are corrected to 52 weeks, enlarged using
enlargeData
and sendt to the surveillance system given in method
.
The system result is plotted and stored in outputpath
.
M. Höhle, A. Riebler, C. Lang
readData
, correct53to52
, enlargeData
,
algo.call
, plot.survRes
makePlot("./", "k1", "rki2", "RKI 2", "Kryptosporidiose")