plot.optvac {amei}R Documentation

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

## S3 method for class 'optvac':
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

Details

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

Value

The only output of this function is beautiful plots

Author(s)

Daniel Merl <dan@stat.duke.edu>, Leah R. Johnson <leah@statslab.cam.ac.uk>, Robert B. Gramacy <bobby@statslab.cam.ac.uk>, and Mark S. Mangel <msmangl@ams.ucsc.edu>

References

A statistical framework for the adaptive management of epidemiological interventions (2008). Daniel Merl, Leah R. Johnson, Robert B. Gramacy, and Marc S. Mangel. Duke Working Paper 08-29. http://ftp.stat.duke.edu/WorkingPapers/08-29.html

See Also

optvac, getpolicy

Examples

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

[Package amei version 1.0 Index]