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 'component'
print(x, ...)
## S3 method for class 'component_list'
print(x, ...)
## S3 method for class 'bru_subcomponent'
format(x, verbose = TRUE, ..., label.override = NULL)
## S3 method for class 'bru_subcomponent'
summary(object, verbose = TRUE, ..., label.override = NULL)
## S3 method for class 'bru_subcomponent'
print(x, verbose = TRUE, ..., label.override = NULL)
## S3 method for class 'bru_input'
format(x, verbose = TRUE, ..., label.override = NULL, type = NULL)
## S3 method for class 'bru_input'
summary(object, verbose = TRUE, ..., label.override = NULL)
## S3 method for class 'bru_input'
print(x, verbose = TRUE, ..., label.override = NULL)
## S3 method for class 'summary_component'
print(x, ...)
## S3 method for class 'summary_component_list'
print(x, ...)
## S3 method for class 'summary_bru_subcomponent'
print(x, ...)
## S3 method for class 'summary_bru_input'
print(x, ...)
Arguments
object |
Object to be summarised. |
... |
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. |
label.override |
character; If not |
type |
character; if non-NULL, added to the output'; |
Author(s)
Fabian E. Bachl bachlfab@gmail.com
Finn Lindgren finn.lindgren@gmail.com
[Package inlabru version 2.12.0 Index]