| to_network_networkLite {networkLite} | R Documentation |
Convert a networkLite object to a network object
Description
Convert a networkLite object to a network object
Usage
to_network_networkLite(x, ...)
## S3 method for class 'networkLite'
as.network(x, ...)
Arguments
x |
A |
... |
additional arguments. |
Details
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.
Value
For to_network_networkLite, a network object corresponding to x is returned. For
as.network.networkLite, the networkLite x is returned unchanged.
See Also
[Package networkLite version 1.0.5 Index]