print.summary_bru_input | R Documentation |
Summarise components
## 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, ...)
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 |
Fabian E. Bachl bachlfab@gmail.com
Finn Lindgren finn.lindgren@gmail.com
bru_comp()
, summary.bru_input()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.