Prints all lines in a LibBi model
This prints the model name, basic information such as number of iterations and timesteps run, as well as a list of variables.
# S3 method for bi_model
print(x, spaces = 2, screen = TRUE, ...)# S3 method for libbi
print(x, verbose = FALSE, ...)
if screen
is FALSE
, a character vector of model lines
nothing (invisible NULL)
a libbi
object
number of spaces for indentation
whether to print to screen (default: TRUE). In that case, line numbers will be added; otherwise, a character vector will be returned.
ignored
logical; if TRUE, locations of files and working folder should be printed