character vector specifying the attribute name where level
information is stored in net.
relabel
should nodes be relabelled with statnet vertex.names or
igraph nodal attribute name
directed
whether the graph shall be treated as a directed graph. Per
default (NULL), this is determined automatically using the structure
of the provided network object
Value
Python networkx graph object
Details
The nodal attribute specified by lvl_attr indicates the levels of the
nodes. Values are automatically converted to integers. Levels must be
numbered starting with 0, 1, <U+2026>.