View source: R/utilities-quantity.R
isExplicitFormulaByPath | R Documentation |
Is the value defined by an explicit formula
isExplicitFormulaByPath(path, simulation, stopIfNotFound = TRUE)
path |
Path to the quantity |
simulation |
A |
stopIfNotFound |
Boolean. If |
TRUE
if the value is an explicit formula, FALSE
otherwise.
Also returns FALSE
if no quantity with the given path is found and
stopInfNotFound
is set to FALSE
.
simPath <- system.file("extdata", "simple.pkml", package = "ospsuite")
sim <- loadSimulation(simPath)
isExplicitFormulaByPath("Organism|Liver|Volume", sim) # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.