Learn R Programming

cograph (version 1.5.2)

render_edges_splot: Render Edges for splot

Description

Render Edges for splot

Usage

render_edges_splot(
  edges,
  layout,
  node_sizes,
  shapes,
  edge_color,
  edge_width,
  edge_style,
  curvature,
  curve_shape,
  curve_pivot,
  show_arrows,
  arrow_size,
  arrow_angle = pi/6,
  bidirectional,
  loop_rotation,
  edge_labels,
  edge_label_size,
  edge_label_color,
  edge_label_bg,
  edge_label_position,
  edge_label_offset = 0,
  edge_label_fontface,
  edge_label_shadow = FALSE,
  edge_label_shadow_color = "gray40",
  edge_label_shadow_offset = 0.5,
  edge_label_shadow_alpha = 0.5,
  edge_ci = NULL,
  edge_ci_scale = 2,
  edge_ci_alpha = 0.15,
  edge_ci_color = NULL,
  edge_ci_style = 2,
  edge_ci_arrows = FALSE,
  is_reciprocal = NULL,
  edge_start_style = "solid",
  edge_start_length = 0.15,
  edge_start_dot_density = "12"
)

Arguments