summary.bru_options {inlabru} | R Documentation |
Print inlabru options
Description
Print inlabru options
Usage
## S3 method for class 'bru_options'
summary(
object,
legend = TRUE,
include_global = TRUE,
include_default = TRUE,
...
)
## S3 method for class 'summary_bru_options'
print(x, ...)
Arguments
object |
A bru_options object to be summarised |
legend |
logical; If |
include_global |
logical; If |
include_default |
logical; If |
... |
Further parameters, currently ignored |
x |
A |
Examples
if (interactive()) {
options <- bru_options(verbose = TRUE)
# Don't print options only set in default:
print(options, include_default = FALSE)
# Only include options set in the object:
print(options, include_default = FALSE, include_global = FALSE)
}
[Package inlabru version 2.11.1 Index]