Description Usage Arguments Value
Line plot for one-at-a-time sensitivity analysis
1 2 3 4 5 6 7 8 9 10 11 | oaatLinePlot(
X_oaat,
y_oaat_mean,
y_oaat_sd,
n_oaat,
nr,
nc,
linecol = "black",
shadecol = "grey",
...
)
|
X_oaat |
Matrix of one-at-time input design generated by oaat_design in package emtools |
y_oaat_mean |
vector of one-at-a-time output |
y_oaat_sd |
standard deviation vector of one-at-a-time output. |
n_oaat |
Number of samples for each input |
nr |
Number of rows in the plot |
nc |
Number of colums in the plot |
linecol |
line colour |
shadecol |
uncertainty shade colour |
... |
Further plotting parameters (input to plot) |
A plot of the impact of turning each parameter from low to high in isolation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.