add_block | R Documentation |
Add a block to a LibBi model. If that block exists, it will be removed first.
## S3 method for class 'bi_model'
add_block(x, name, lines, options, ...)
x |
a |
name |
name of the block |
lines |
character vector, lines in the block |
options |
any options to the block |
... |
ignored |
a bi_model
object containing the new block
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.