networkLite
object to a network
objectConvert a networkLite
object to a network
object
to_network_networkLite(x, ...)# S3 method for networkLite
as.network(x, ...)
For to_network_networkLite
, a network
object corresponding to x
is returned. For
as.network.networkLite
, the networkLite
x
is returned unchanged.
A networkLite
object.
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
.
as.networkLite