Print inlabru options
Print inlabru options
## 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, ...)
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 |
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) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.