append_flow: Append a flow to a CompositeFamily object

View source: R/append_flow.R

append_flowR 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))

rbc documentation built on April 3, 2025, 10:20 p.m.

Related to append_flow in rbc...