Node: declare a node for a flowchart

View source: R/flowchart.R

NodeR Documentation

declare a node for a flowchart

Description

A node in a flowchart represents a compartment.

Usage

Node(
  name,
  label,
  at,
  shape = Node.shapes,
  rounded.corners = TRUE,
  fill = NULL,
  ...
)

Arguments

name

the name of the compartment

label

the latex label for the compartment

at

a numeric vector giving the coordinate of the node

shape

a character giving the shape of the compartment

rounded.corners

if the shape should use rounded corners

fill

an R color for filling the shape

...

other properties for the node

Value

a character holding the tikz command for a node


junlingm/REpiSim documentation built on June 15, 2025, 7:36 a.m.