Examples for 'igraph::print.igraph'


Print graphs to the terminal

Aliases: print.igraph print_all summary.igraph str.igraph

Keywords: graphs

### ** Examples


g <- make_ring(10)
g
IGRAPH c4d6b55 U--- 10 10 -- Ring graph
+ attr: name (g/c), mutual (g/l), circular (g/l)
+ edges from c4d6b55:
 [1] 1-- 2 2-- 3 3-- 4 4-- 5 5-- 6 6-- 7 7-- 8 8-- 9 9--10 1--10
summary(g)
IGRAPH c4d6b55 U--- 10 10 -- Ring graph
+ attr: name (g/c), mutual (g/l), circular (g/l)

[Package igraph version 1.3.1 Index]