Learn R Programming

caugi (version 1.0.0)

.segment_units: Create an edge unit from lhs, op, rhs

Description

Create an edge unit from lhs, op, rhs expressions.

Usage

.segment_units(lhs_term, op_chr, rhs_term)

Value

A list with elements lhs, rhs, and glyph.

Arguments

lhs_term

An expression for the left-hand side nodes.

op_chr

A string representing the edge operator glyph.

rhs_term

An expression for the right-hand side nodes.