draw_dag: Draw a DAG

Description Usage Arguments Examples

Description

Users privide x and y coordinates, names, and arcs.

Usage

1
2
3
4
5
draw_dag(x = 0:1, y = c(0, 0), names = c("X", "Y"), arcs = cbind(0,
  1), add_points = FALSE, solids = rep(1, length(x)), title = "",
  contraction = 0.1, add_functions = 0, add_functions_text = NULL,
  text_shift = 0.2 * add_points, padding = 0.5, length = 0.2,
  cex = 1, box = TRUE)

Arguments

x

Vector of x coordiantes

y

Vector of y coordinates

Examples

1

macartan/biqq documentation built on May 6, 2019, 6:03 p.m.