Transformation.andThen2: Chain a Transformation given by Two Functions and another...

Description Usage Arguments Value See Also

View source: R/andThen.R

Description

Create a new Transformation object resulting from the application of a new function fwd to the output of this object's forward function.

Usage

1
2
Transformation.andThen2(before, after.forward, after.backward,
  after.complexity = 1L)

Arguments

before

the transformation to be applied first

after.forward

the forward function to be applied to the result of the forward function of before

after.backward

the corresponding backward function

after.complexity

the complexity of the after functions

Value

the corresponding new Transformation object

See Also

Transformation.andThen1


thomasWeise/dataTransformeR documentation built on May 14, 2019, 8:03 a.m.