Skip to contents

Summarise component inputs

Usage

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

Arguments

x

Object to be printed

verbose

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

...

Passed on to other summary methods.

label.override

character; If not NULL, use this label instead of the object's label.

type

character; if non-NULL, added to the output'; label = type(input).

object

Object to be summarised.

Author

Fabian E. Bachl bachlfab@gmail.com

Finn Lindgren finn.lindgren@gmail.com