print.summary_bru_input {inlabru} | R Documentation |
Summarise components
Description
Summarise components
Usage
## S3 method for class 'summary_bru_input'
print(x, ...)
## S3 method for class 'bru_comp'
summary(object, ..., depth = Inf, verbose = TRUE)
## S3 method for class 'bru_comp_list'
summary(object, verbose = TRUE, ...)
## S3 method for class 'bru_comp'
print(x, ...)
## S3 method for class 'bru_comp_list'
print(x, ...)
## S3 method for class 'bru_subcomp'
format(x, verbose = TRUE, ..., label.override = NULL)
## S3 method for class 'bru_subcomp'
summary(object, verbose = TRUE, ..., label.override = NULL)
## S3 method for class 'bru_subcomp'
print(x, verbose = TRUE, ..., label.override = NULL)
## S3 method for class 'summary_component'
print(x, ...)
## S3 method for class 'summary_bru_comp_list'
print(x, ...)
## S3 method for class 'summary_bru_subcomp'
print(x, ...)
Arguments
x |
A summary object to be printed. |
... |
Passed on to other summary methods. |
object |
Object to be summarised. |
depth |
The depth of which to expand the component mapper.
Default |
verbose |
logical; If |
label.override |
character; If not |
Author(s)
Fabian E. Bachl bachlfab@gmail.com
Finn Lindgren finn.lindgren@gmail.com
See Also
bru_comp()
, summary.bru_input()
[Package inlabru version 2.13.0 Index]