powered by
circular graph with positive and negative edges.
graph_circular_signed(n, r = 1, pos = 0.1, neg = 0.1)
igraph graph
number of nodes
radius
distance fraction between positive edges
distance fraction between negative edges
David Schoch
library(igraph) graph_circular_signed(n = 50)
Run the code above in your browser using DataLab