Learn R Programming

inlabru (version 2.11.1)

bru_call_options: Additional bru options

Description

Construct a bru_options object including the default and global options, and converting deprecated option names.

Usage

bru_call_options(...)

Value

A bru_options object

Arguments

...

Options passed on to as.bru_options()

Author

Finn Lindgren finn.lindgren@gmail.com

Examples

Run this code
# \donttest{

opts <- bru_call_options()

# Print them:
opts
# }

Run the code above in your browser using DataLab