Learn R Programming

cograph (version 1.5.2)

draw_curved_edge: Draw Curved Edge

Description

Draw Curved Edge

Usage

draw_curved_edge(
  x1,
  y1,
  x2,
  y2,
  curvature,
  color,
  width,
  lty,
  show_arrow,
  arrow_size,
  bidirectional = FALSE,
  curve_shape = 0,
  curve_pivot = 0.5,
  x_scale = 1,
  y_scale = 1
)

Arguments