summary.component {inlabru} | R Documentation |
Summarise components
Description
Summarise components
Usage
## S3 method for class 'component'
summary(object, ..., depth = Inf, verbose = TRUE)
## S3 method for class 'component_list'
summary(object, verbose = TRUE, ...)
## S3 method for class 'summary_component'
print(x, ...)
## S3 method for class 'summary_component_list'
print(x, ...)
Arguments
object |
A |
... |
passed on to other summary methods |
depth |
The depth of which to expand the component mapper.
Default |
verbose |
logical; If |
x |
A summary object to be printed. |
Author(s)
Fabian E. Bachl bachlfab@gmail.com
Finn Lindgren finn.lindgren@gmail.com
[Package inlabru version 2.11.1 Index]