powered by
Tests of network properties
is_twomode(object)is_weighted(object)is_directed(object)is_labelled(object)
is_weighted(object)
is_directed(object)
is_labelled(object)
A migraph-consistent class object (matrix, edgelist, igraph, network, tidygraph)
TRUE if object is a two-mode network, otherwise FALSE
TRUE if object is a weighted network, otherwise FALSE
TRUE if object is a directed network, otherwise FALSE
TRUE if object is a labelled network, otherwise FALSE
# NOT RUN { is_twomode(southern_women) is_weighted(southern_women) is_directed(southern_women) is_labelled(southern_women) # }
Run the code above in your browser using DataLab