View source: R/utilities-simulation.R
getAllParametersForSensitivityAnalysisMatching | R Documentation |
Retrieve all parameters of the given simulation matching the given path criteria and also potential candidate for sensitivity variation
getAllParametersForSensitivityAnalysisMatching(paths, simulation)
paths |
A vector of strings representing the path of the parameters (potentially using wildcards) |
simulation |
Simulation used to find the parameters |
A list of parameters matching the path criteria and also candidates for a sensitivity analysis. The list is empty if no parameters matching were found.
simPath <- system.file("extdata", "simple.pkml", package = "ospsuite")
sim <- loadSimulation(simPath)
# Return all `Volume` parameters defined in all direct containers of the organism
params <- getAllParametersForSensitivityAnalysisMatching("Organism|*|Volume", sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.