Extract.bi_model | R Documentation |
Extracts a subset of lines from the model.
## S3 method for class 'bi_model'
x[i, ...]
x |
A bi_model |
i |
A vector of line numbers |
... |
ignored |
a character string of the extracted model lines(s)
model_file_name <- system.file(package = "rbi", "PZ.bi")
PZ <- bi_model(filename = model_file_name)
PZ[3:4]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.