as.BinaryNet | R Documentation |
Convert to either an UndirectedNet or DirectedNet object
as.BinaryNet(x, ...)
x |
the object |
... |
unused |
Converts network objects to BinaryNets. This function also converts other graph formats, such as igraph and tidygraph, utilizing intergraph::asNetwork.
either an Rcpp_UndirectedNet or Rcpp_DirectedNet object
data(ukFaculty)
net <- as.BinaryNet(ukFaculty)
net
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.