oaatLinePlot: Line plot for one-at-a-time sensitivity analysis

Description Usage Arguments Value

View source: R/oaatLinePlot.R

Description

Line plot for one-at-a-time sensitivity analysis

Usage

 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",
  ...
)

Arguments

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)

Value

A plot of the impact of turning each parameter from low to high in isolation.


dougmcneall/viztools documentation built on Nov. 13, 2021, 7:12 p.m.