Arc: specify the properties of an arc in a flowchart

View source: R/flowchart.R

ArcR Documentation

specify the properties of an arc in a flowchart

Description

An arc represents a transition.

Usage

Arc(from, to, rate, label = NULL, edge = NULL)

Arguments

from

the name of the compartment that this flow originates.

to

the name of the compartment that this flow goes to.

rate

the rate of the flow, i.e., the label. An R expression

label

the property of the label, speficied by the Label function.

edge

the property for the arc, such as "bend left" (or "(") or "bend right" (or ")").

Value

a character holding the tikz command for the property of the label


junlingm/REpiSim documentation built on Nov. 28, 2023, 2:35 a.m.