plot.owsa | R Documentation |
Plot a sensitivity analysis
## S3 method for class 'owsa'
plot(
x,
txtsize = 12,
col = c("full", "bw"),
facet_scales = c("free_x", "free_y", "free", "fixed"),
facet_nrow = NULL,
facet_ncol = NULL,
size = 1,
n_x_ticks = 6,
n_y_ticks = 6,
basecase = NULL,
...
)
x |
an owsa object |
txtsize |
base text size in the plot |
col |
either full-color ("full") or black and white ("bw") |
facet_scales |
whether the x or y axes should be fixed.
See |
facet_nrow |
number of rows in plot facet. |
facet_ncol |
number of columns in plot facet.
The default (NULL) is passed to |
size |
either point size (ptype = "point") and/or line size (ptype = "line") |
n_x_ticks |
number of x-axis ticks |
n_y_ticks |
number of y-axis ticks |
basecase |
named list of specific values for each parameter to highlight
on the returned plot. Each list element must have the same name as the corresponding
parameter in the |
... |
further arguments to plot.
This is not used by |
A ggplot2
plot of the owsa
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.