as.networkLite {networkLite} | R Documentation |
networkLite
Representation.Convert to networkLite
Representation.
as.networkLite(x, ...)
## S3 method for class 'network'
as.networkLite(x, ..., atomize = TRUE)
## S3 method for class 'networkLite'
as.networkLite(x, ...)
x |
A |
... |
additional arguments |
atomize |
Logical; should we call |
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.
A corresponding networkLite
object.