Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

is_igraph

Is this object an igraph graph?


Description

Is this object an igraph graph?

Usage

is_igraph(graph)

Arguments

graph

An R object.

Value

A logical constant, TRUE if argument graph is a graph object.

Author(s)

Examples

g <- make_ring(10)
is_igraph(g)
is_igraph(numeric(10))

igraph

Network Analysis and Visualization

v1.2.10
GPL (>= 2)
Authors
See AUTHORS file.
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.