Plot a sensitivity analysis
# S3 method for 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,
...
)
an owsa object
base text size in the plot
either full-color ("full") or black and white ("bw")
whether the x or y axes should be fixed.
See facet_grid
in the ggplo2
package for
more details.
number of rows in plot facet.
number of columns in plot facet.
The default (NULL) is passed to facet_wrap
,
which determines the number of rows and columns automatically.
either point size (ptype = "point") and/or line size (ptype = "line")
number of axis ticks
number of axis ticks
further arguments to plot.
This is not used by dampack
but required for generic consistency.
A ggplot2
plot of the owsa
object.