bi_model | R Documentation |
bi_model
creates a model object for Rbi
from a libbi file, URL
or character vector. Once the instance is created, the model can be fed to
a libbi
object.
bi_model(filename, lines, ...)
filename |
the file name of the model file |
lines |
lines of the model (if no |
... |
ignored |
a {bi_model}
object containing the newly created model
fix
, insert_lines
,
remove_lines
, replace_all
,
get_name
, set_name
, write_model
model_file_name <- system.file(package = "rbi", "PZ.bi")
PZ <- bi_model(filename = model_file_name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.