append_flow {rbc} | R Documentation |
Append a flow to a CompositeFamily object
Description
Append a flow to a CompositeFamily object
Usage
append_flow(family, flow)
Arguments
family |
a CompositeFamily object |
flow |
a Flow object |
Value
a new CompositeFamily object
Examples
append_flow(Normal(0, 1), Translate)
Reduce(append_flow, list(Scale, Translate), init = Normal(0, 1))
[Package rbc version 0.1.0 Index]