pd_plotParsParallelLines: Plot resulting parameters from mstrust

View source: R/dMod-pd.R

pd_plotParsParallelLinesR Documentation

Plot resulting parameters from mstrust

Description

This plot is inspired by the Plot from the Tutorial on modeling by Villaverde

Usage

pd_plotParsParallelLines(
  pd,
  stepMax = 3,
  filename = NULL,
  i,
  ggCallback = NULL,
  ...
)

Arguments

pd

pd with field pd$result$mstrust

stepMax

maximum step of waterfall

filename

for plotting

i

subset the data.table on their names c("parameterId", "parameterType", "fitrank", "step", "stepsize", "index", "value", "converged", "iterations", "estValue")

ggCallback

for plotting

...

output to cf_outputFigure()

Value

ggplot

Author(s)

Daniel Lill (daniel.lill@physik.uni-freiburg.de)

See Also

Other plotting: pd_plotProfilePaths(), pd_plotProfile(), petab_plotData(), petab_plotHelpers_aeslist(), petab_plotHelpers_meanMeasurementsValue(), petab_plotHelpers_parameterOrder(), petab_plotHelpers_variableOrder(), stepMax


dlill/petab documentation built on Oct. 9, 2022, 3:07 p.m.