print.callback_comp {callback}R Documentation

Prints the structure of a component model

Description

Prints the structure of a component model

Usage

## S3 method for class 'callback_comp'
print(x, ...)

Arguments

x

a list with class "callback_comp"

...

further arguments passed to or from other methods.

Value

Printed output.

Author(s)

Emmanuel Duguet

Examples

model <- list(c("license"),c("woman"),c("woman","license","inter"))
print(callback_comp(mobility1,"offer",c("gender","licenses"),"callback",model))

[Package callback version 0.1.3 Index]