is_network {netmap} | R Documentation |
Is object a network?
Description
Checks whether an object is a network
object or an igraph
object,
returns message if it's not
Usage
is_network(n)
Arguments
n |
Object of class |
Value
TRUE
if object of class network
, FALSE
otherwise.
[Package netmap version 0.1.4 Index]