
Last chance! 50% off unlimited learning
Sale ends in
is.graph
makes its decision based on the class
attribute of the object.is.igraph(graph)
TRUE
if argument graph
is a graph
object.g <- graph.ring(10)
is.igraph(g)
is.igraph(numeric(10))
Run the code above in your browser using DataLab