Retrieves the display path of the parameters defined by paths in the simulation
Source:R/utilities-parameter.R
getParameterDisplayPaths.Rd
Retrieves the display path of the parameters defined by paths in the simulation
Arguments
- paths
A single string or array of paths path relative to the
container
- simulation
A simulation used to find the entities
Examples
simPath <- system.file("extdata", "simple.pkml", package = "ospsuite")
sim <- loadSimulation(simPath)
displayPath <- getParameterDisplayPaths("Organism|Liver|Volume", sim)