View source: R/utilities-parameter.R
getParameterDisplayPaths | R Documentation |
Retrieves the display path of the parameters defined by paths in the simulation
getParameterDisplayPaths(paths, simulation)
paths |
A single string or array of paths path relative to the |
simulation |
A simulation used to find the entities |
a display path for each parameter in paths
simPath <- system.file("extdata", "simple.pkml", package = "ospsuite")
sim <- loadSimulation(simPath)
displayPath <- getParameterDisplayPaths("Organism|Liver|Volume", sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.