is_igraph | R Documentation |
Is this object an igraph graph?
is_igraph(graph)
graph |
An R object. |
A logical constant, TRUE
if argument graph
is a graph
object.
Gabor Csardi csardi.gabor@gmail.com
g <- make_ring(10)
is_igraph(g)
is_igraph(numeric(10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.