add_block {rbi} | R Documentation |
Add a block to a LibBi model
Description
Add a block to a LibBi model. If that block exists, it will be removed first.
Usage
## S3 method for class 'bi_model'
add_block(x, name, lines, options, ...)
Arguments
x |
a |
name |
name of the block |
lines |
character vector, lines in the block |
options |
any options to the block |
... |
ignored |
Value
a bi_model
object containing the new block
[Package rbi version 1.0.0 Index]