str.igraph | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.