add_nodes: Add nodes

add_curved_edgeR Documentation

Add nodes

Description

Add nodes

Usage

add_curved_edge(.dag, .from, .to, start_position = NULL,
  end_position = NULL, .options = NULL, curve = "up",
  is_double_arrow = FALSE, linetype = "solid", annotate = NULL, ...)

annotate_edge(text, placement = "midway", position = "above")

add_node(.dag, .name, .options = NULL, x = NULL, y = NULL,
  right_of = NULL, left_of = NULL, above = NULL, below = NULL,
  shape = NULL, is_swig = FALSE, ...)

add_swig_node(.dag, .left, .right, .options = NULL, x = NULL,
  y = NULL, right_of = NULL, left_of = NULL, above = NULL,
  below = NULL, shape = NULL, ...)

Arguments

...

malcolmbarrett/dagtex documentation built on June 29, 2023, 7:34 p.m.