append_flow | 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.