getFunctionDefinition Outputs Model which can be simulated
Source:R/RcppExports.R
getFunctionDefinition.RdgetFunctionDefinition Outputs Model which can be simulated
Examples
sbml_file <- system.file("examples", "sbmlfunctiondefinition.xml", package = "r2sbml")
model <- getModel(sbml_file)
#>
#> filename: /home/runner/work/_temp/Library/r2sbml/examples/sbmlfunctiondefinition.xml
#> error(s): 0
#>
#>
#> File: /home/runner/work/_temp/Library/r2sbml/examples/sbmlfunctiondefinition.xml (Level 3, version 2)
getFunctionDefinition(model)
#> FunctionDefinition 0, f(x) := x * 2
#> [1] 0