plot.optvac {amei} | R Documentation |
This function provides a visualization of the cost
surface return by the optvac
function and can
show the best and worst vaccination strategy
## S3 method for class 'optvac': plot(x, main = NULL, ...)
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 |
The function documented here supports visualization of
"optvac"
-class objects which are generated by the
optvac
function
The only output of this function is beautiful plots
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>
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
## for an example of the usage of this function, ## please see the documentation for optvac as ## referenced in the See Also section, above