| is.igraph {igraph} | R Documentation |
Is this object an igraph graph?
Description
is.igraph() was renamed to is_igraph() to create a more
consistent API.
Usage
is.igraph(graph)
Arguments
graph |
An R object. |
[Package igraph version 2.0.3 Index]