Description
retrieve or set main
function.
Usage
main(x)# S4 method for chevron_tlg
main(x)
main(x) <- value
# S4 method for chevron_tlg
main(x) <- value
Value
the function
stored in the main
slot of the x
argument.
Arguments
- x
(chevron_tlg
) input.
- value
(function
) returning a tlg
. Typically one of the _main
function of chevron
.