Summarise components
# S3 method for component
summary(object, ..., depth = Inf, verbose = TRUE)# S3 method for component_list
summary(object, verbose = TRUE, ...)
# S3 method for summary_component
print(x, ...)
# S3 method for summary_component_list
print(x, ...)
A component or component_list.
passed on to other summary methods
The depth of which to expand the component mapper.
Default Inf, to traverse the entire mapper tree.
logical; If TRUE, includes more details of the
component definitions. When FALSE, only show basic component
definition information. Default TRUE.
A summary object to be printed.
Fabian E. Bachl bachlfab@gmail.com
Finn Lindgren finn.lindgren@gmail.com