network_operators {FinNet} | R Documentation |
Operators for network_financial
objects
Description
Methods to extend operators from the package network
to network_financial
objects
Usage
## 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, ...)
Arguments
x |
The |
... |
Other parameters passed to the corresponding method and/or |
Value
The same result for both network
and network_financial
objects
-
network.edgecount
: Number of edges, numeric scalar -
network.vertex.names
: Names/Labels of the vertices, character vector -
network::network.size
: Number of vertices, numeric scalar
Author(s)
Telarico, Fabio Ashtar
[Package FinNet version 0.2.1 Index]