sens_plot: Plot sensitivity analysis results

View source: R/sens_plot.R

sens_plotR Documentation

Plot sensitivity analysis results

Description

Plot sensitivity analysis results

Usage

sens_plot(
  data,
  y,
  x = "time",
  col = split,
  log = FALSE,
  split = FALSE,
  lwd = 0.75
)

Arguments

data

data frame of sensitivity analysis results

y

name of the output variable to plot

x

name of independent variable

col

logical; if TRUE lines are colored by parameter value

log

logical; if TRUE, y-axis is log-transformed

split

logical; if TRUE, the data set is split on the

lwd

passed to geom_line parameter name and a list of plots are returned; a single faceted plot is is returned otherwise


mhismail/mrgsolvetk documentation built on May 7, 2023, 1:52 p.m.