View source: R/utilities-sensitivity-analysis.R
potentialVariableParameterPathsFor | R Documentation |
Returns an array of parameter path with one entry for each parameter that is used in the simulation and can potentially be used for sensitivity analysis
potentialVariableParameterPathsFor(simulation)
simulation |
Instance of a simulation for which variable parameters should be retrieved |
simPath <- system.file("extdata", "simple.pkml", package = "ospsuite")
# Load the simulation
sim <- loadSimulation(simPath)
parameterPaths <- potentialVariableParameterPathsFor(sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.