Skip to contents

Summarise components

Usage

# 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, ...)

Arguments

object

A component or component_list.

...

passed on to other summary methods

depth

The depth of which to expand the component mapper. Default Inf, to traverse the entire mapper tree.

verbose

logical; If TRUE, includes more details of the component definitions. When FALSE, only show basic component definition information. Default TRUE.

x

A summary object to be printed.

Author

Fabian E. Bachl bachlfab@gmail.com

Finn Lindgren finn.lindgren@gmail.com