graph_circular_signed {signnet} | R Documentation |
circular signed graph
Description
circular graph with positive and negative edges.
Usage
graph_circular_signed(n, r = 1, pos = 0.1, neg = 0.1)
Arguments
n |
number of nodes |
r |
radius |
pos |
distance fraction between positive edges |
neg |
distance fraction between negative edges |
Value
igraph graph
Author(s)
David Schoch
Examples
library(igraph)
graph_circular_signed(n = 50)
[Package signnet version 1.0.4 Index]