makePlot: Plot Generation

Description Usage Arguments Details Author(s) See Also Examples

Description

Just a test method.

Usage

1
2
    makePlot(outputpath, data = "k1", method = "rki1",
                                name, disease, range = 157:339)

Arguments

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

Details

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.

Author(s)

M. Höhle, A. Riebler, C. Lang

See Also

readData, correct53to52, enlargeData, algo.call, plot.survRes

Examples

1
    makePlot("./", "k1", "rki2", "RKI 2", "Kryptosporidiose")

jimhester/surveillance documentation built on May 19, 2019, 10:33 a.m.