Learn R Programming

rbc (version 0.1.1)

append_flow: Append a flow to a CompositeFamily object

Description

Append a flow to a CompositeFamily object

Usage

append_flow(family, flow)

Value

a new CompositeFamily object

Arguments

family

a CompositeFamily object

flow

a Flow object

Examples

Run this code
append_flow(Normal(0, 1), Translate)

Reduce(append_flow, list(Scale, Translate), init = Normal(0, 1))

Run the code above in your browser using DataLab