Learn R Programming

amei (version 1.0-7)

plot.optvac: Plotting Vaccination Cost Surfaces

Description

This function provides a visualization of the cost surface return by the optvac function and can show the best and worst vaccination strategy

Usage

"plot"(x, main = NULL, ...)

Arguments

x
an "optvac"-class object
main
and optional title for the plot; if not specified then a sensible default is generated automatically
...
additional arguments passed to plot

Value

The only output of this function is beautiful plots

Details

The function documented here supports visualization of "optvac"-class objects which are generated by the optvac function

References

D. Merl, L.R. Johnson, R.B. Gramacy, and M.S. Mangel (2010). “amei: An R Package for the Adaptive Management of Epidemiological Interventions”. Journal of Statistical Software 36(6), 1-32. http://www.jstatsoft.org/v36/i06/ D. Merl, L.R. Johnson, R.B. Gramacy, M.S. Mangel (2009). “A Statistical Framework for the Adaptive Management of Epidemiological Interventions”. PLoS ONE, 4(6), e5807. http://www.plosone.org/article/info:doi/10.1371/journal.pone.0005807

See Also

optvac, getpolicy

Examples

Run this code
## for an example of the usage of this function,
## please see the documentation for optvac as
## referenced in the See Also section, above

Run the code above in your browser using DataLab