networkLite
Representation.Convert to networkLite
Representation.
as.networkLite(x, ...)# S3 method for network
as.networkLite(x, ..., atomize = TRUE)
# S3 method for networkLite
as.networkLite(x, ...)
A corresponding networkLite
object.
A network
or networkLite
object.
additional arguments
Logical; should we call atomize
on the
networkLite
before returning it?
as.networkLite.network
converts a network
object
to a networkLite
object. as.networkLite.networkLite
returns the networkLite
object unchanged.
Currently the network attributes hyper
, multiple
, and
loops
must be FALSE
for networkLite
s;
attempting to convert a network
to a networkLite
when
this is not the case will result in an error.
The ...
are passed to atomize
and can be used
to set the upcast
argument controlling attribute conversion.
to_network_networkLite