powered by
"mathgraph"
alldirected(x, ...)
mathgraph
my.graph <- mathgraph(~ 1:3 / 2:4) # undirected graph with 3 edges alldirected(my.graph) # directed graph with 6 arcs
Run the code above in your browser using DataLab