s3 method that lets igraph's as.igraph generic
dispatch on netify objects. equivalent to netify_to_igraph(x, ...).
registered against the igraph namespace in .onload, so the
dispatch works regardless of whether igraph is attached before or
after netify.
Arguments
- x
a netify object.
- ...
extra arguments forwarded to
netify_to_igraph(e.g.add_nodal_attribs,add_dyad_attribs).