Learn R Programming

surveillance (version 1.5-4)

makePlot: 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

encoding

latin1

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.

See Also

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

Examples

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

Run the code above in your browser using DataLab