append_flow {rbc} | R Documentation |
Append a flow to a CompositeFamily object
append_flow(family, flow)
family |
a CompositeFamily object |
flow |
a Flow object |
a new CompositeFamily object
append_flow(Normal(0, 1), Translate)
Reduce(append_flow, list(Scale, Translate), init = Normal(0, 1))