Learn R Programming

netUtils (version 0.8.3)

str.igraph: Print graphs to terminal

Description

Prints an igraph object to terminal (different than the standard igraph method)

Usage

# S3 method for igraph
str(object, ...)

Value

str does not return anything. The obvious side effect is output to the terminal.

Arguments

object

An igraph object

...

additional arguments to print (ignored)

Author

David Schoch