summary.component: Summarise components

View source: R/effect.R

summary.componentR 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 'summary_component'
print(x, ...)

## S3 method for class '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(s)

Fabian E. Bachl bachlfab@gmail.com

Finn Lindgren finn.lindgren@gmail.com


inlabru-org/inlabru documentation built on April 25, 2024, 2:43 p.m.