get_const {rbi} | R Documentation |
Get constants in a LibBi model
Description
Get constants contained in a LibBi model and their values. This will attempt to evaluate any calculation on the right hand side. Failing that, it will be returned verbatim.
Usage
get_const(model)
Arguments
model |
a |
Value
a list of constants (as names) and their values
[Package rbi version 1.0.0 Index]