Operators for network_financial
objects
network_financial
objectsMethods to extend operators from the package network
to network_financial
objects
## S4 method for signature 'network_financial' edgecount(x, ...) ## S4 method for signature 'network' edgecount(x, ...) ## S4 method for signature 'network_financial' vertex.names(x, ...) ## S4 method for signature 'network' vertex.names(x, ...) ## S4 method for signature 'network_financial' network.size(x, ...) ## S4 method for signature 'network' network.size(x, ...)
x
: The network_financial
object...
: Other parameters passed to the corresponding method and/or network
functions (see Details).The same result for both network
and network_financial
objects
network.edgecount
: Number of edges, numeric scalarnetwork.vertex.names
: Names/Labels of the vertices, character vectornetwork::network.size
: Number of vertices, numeric scalar