Learn R Programming

caugi (version 1.0.0)

edge_operators: Infix operators for edge specifications

Description

These operators are used to specify edges in caugi(). Should be used internally in caugi() calls.

Usage

lhs %-->% rhs

lhs %---% rhs

lhs %<->% rhs

lhs %o-o% rhs

lhs %--o% rhs

lhs %o->% rhs

Value

A data.table with columns from, to, and edge.

Arguments

lhs

The left-hand side node expression.

rhs

The right-hand side node expression.