makePlot {surveillance}R Documentation

Plot Generation

Description

Just a test method.

Usage

    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

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

[Package surveillance version 1.0-3 Index]