getParameterDisplayPaths: Retrieves the display path of the parameters defined by paths...

View source: R/utilities-parameter.R

getParameterDisplayPathsR Documentation

Retrieves the display path of the parameters defined by paths in the simulation

Description

Retrieves the display path of the parameters defined by paths in the simulation

Usage

getParameterDisplayPaths(paths, simulation)

Arguments

paths

A single string or array of paths path relative to the container

simulation

A simulation used to find the entities

Value

a display path for each parameter in paths

Examples


simPath <- system.file("extdata", "simple.pkml", package = "ospsuite")
sim <- loadSimulation(simPath)
displayPath <- getParameterDisplayPaths("Organism|Liver|Volume", sim)

Open-Systems-Pharmacology/OSPSuite-R documentation built on Feb. 14, 2025, 4:48 p.m.