networkLite
Count Edges in a networkLite
# S3 method for networkLite
network.edgecount(x, na.omit = TRUE, ...)# S3 method for networkLite
network.naedgecount(x, ...)
The number of edges (of the appropriate type) in x
.
A networkLite
object.
logical; omit missing edges from edge count?
additional arguments
The network.edgecount
method provides a count of the number
of edges in the networkLite
, including missing edges if
na.omit = FALSE
and omitting them if na.omit = TRUE
.
The network.naedgecount
method provides a count of the
number of missing edges in the networkLite
.