draw_edge_group: Plot a group igraph edges

Description Usage Arguments

Description

Plots a group of igraph edges with a given weight. Only a single weight can be used, a limitation of igraph. Plot edges of multiple weights with multiple calls (see: draw_interchange)

Usage

1
2
draw_edge_group(df, verts, layout, arrow.scaling = 2,
  edge_color = "#FFFFFF8F")

Arguments

df

Data frame with a vector of "edge" strings (e.g., "FRCC SERC") that specify the source and destination, and a vector of "weights" that specify the size of the interchange from source to destination.

verts

vector of vertex labels

layout

vector of vertex positions


NREL/kaleidoscope documentation built on May 7, 2019, 6:03 p.m.