str.igraph {netUtils} | R Documentation |
Prints an igraph object to terminal (different than the standard igraph method)
## S3 method for class 'igraph'
str(object, ...)
object |
An igraph object |
... |
additional arguments to print (ignored) |
str does not return anything. The obvious side effect is output to the terminal.
David Schoch