is.directed: Checks whether the given network is directed
Description
Placeholder function for the corresponding functions of the various supported
network formats. For example, this function calls
network::is.directed() on network objects and
igraph::is.directed() on igraph objects.