esqLABS / esqlabsR

Utility functions for modelling and simulation workflows within esqLABS organization
https://esqlabs.github.io/esqlabsR/
GNU General Public License v2.0
16 stars 2 forks source link

Function signature for `sensitivitySpiderPlot` #625

Closed PavelBal closed 5 months ago

PavelBal commented 5 months ago

E.g.

sensitivitySpiderPlot(
  sensitivityCalculation,
  outputPaths = NULL,
  parameterPaths = NULL,
  pkParameters = NULL,
DefaultPlotConfiguration
)
PavelBal commented 5 months ago

https://github.com/esqLABS/esqlabsR/issues/597

rengelke commented 5 months ago

sensitivitySpiderPlot( sensitivityCalculation, outputPaths = NULL, parameterPaths = NULL, pkParameters = NULL, yAxisType = "percent", "absolute" xAxisType = "percent", "absolute" BUT split by ParameterPath yAxisFacetScales = "fixed", "free" DefaultPlotConfiguration )