plot.sensemakr | R Documentation |
sensemakr
This function provides the contour and extreme scenario sensitivity plots of the sensitivity analysis results
obtained with the function sensemakr
. They are basically dispatchers to the core plot functions ovb_contour_plot
and
ovb_extreme_plot
.
## S3 method for class 'sensemakr'
plot(x, type = c("contour", "extreme"), ...)
x |
an object of class |
type |
type of sensitivity plot. It can be |
... |
arguments passed to the plot functions. Check arguments in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.