postprocess {chevron}R Documentation

Post process

Description

retrieve or set postprocess function.

Usage

postprocess(x)

## S4 method for signature 'chevron_tlg'
postprocess(x)

postprocess(x) <- value

## S4 replacement method for signature 'chevron_tlg'
postprocess(x) <- value

Arguments

x

(chevron_tlg) input.

value

(function) returning a post-processed tlg.

Value

the function stored in the postprocess slot of the x argument.


[Package chevron version 0.2.6 Index]