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