Description Usage Arguments Examples
Plot sensitivity analysis results
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | sens_plot(data, ...)
## S3 method for class 'sens_each'
sens_plot(
data,
dv_name,
logy = FALSE,
ncol = NULL,
lwd = 0.8,
digits = 3,
plot_ref = TRUE,
xlab = "time",
ylab = dv_name[1],
grid = FALSE,
...
)
## S3 method for class 'sens_grid'
sens_plot(
data,
dv_name,
digits = 2,
ncol = NULL,
lwd = 0.8,
logy = FALSE,
plot_ref = TRUE,
...
)
|
data |
output from |
... |
arguments passed on to methods |
dv_name |
output column name to plot |
logy |
if |
ncol |
passed to |
lwd |
passed to |
digits |
used to format numbers on the strips |
plot_ref |
if |
xlab |
x-axis title |
ylab |
y-axis title |
grid |
if |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.