fix | R Documentation |
Replaces all variables with fixed values as given ; note that this will not replace differential equations and lead to an error if applied to states that are changed inside an "ode" block
For the help page of the base R fix
function, see
fix
.
## S3 method for class 'bi_model'
fix(x, ...)
x |
a |
... |
values to be assigned to the (named) variables |
the updated bi_model
object
bi_model
model_file_name <- system.file(package = "rbi", "PZ.bi")
PZ <- bi_model(filename = model_file_name)
PZ <- fix(PZ, alpha = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.