str.igraph {netUtils}R Documentation

Print graphs to terminal

Description

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

Usage

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

Arguments

object

An igraph object

...

additional arguments to print (ignored)

Value

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

Author(s)

David Schoch


[Package netUtils version 0.8.2 Index]