View source: R/to_network_networkLite.R
to_network_networkLite | R Documentation |
networkLite
object to a network
objectConvert a networkLite
object to a network
object
to_network_networkLite(x, ...)
## S3 method for class 'networkLite'
as.network(x, ...)
x |
A |
... |
additional arguments. |
The to_network_networkLite
function takes a networkLite
and returns a
corresponding network
.
The as.network.networkLite
method returns the networkLite
unchanged, for
compatibility with ergm
.
For to_network_networkLite
, a network
object corresponding to x
is returned. For
as.network.networkLite
, the networkLite
x
is returned unchanged.
as.networkLite
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.