is.directed {motifr} | R Documentation |
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.
is.directed(net)
net |
the network |
whether the given network is directed
is.directed(motifr::ml_net)