is.directed {motifr} | R Documentation |
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.
Usage
is.directed(net)
Arguments
net |
the network |
Value
whether the given network is directed
Examples
is.directed(motifr::ml_net)
[Package motifr version 1.0.0 Index]