igraph_E_iterators | R Documentation |
igraph_financial
objectsMethods to extend igraph edge iterators and functions to igraph_financial
objects
## S4 method for signature 'igraph_financial'
E(x, ...)
## S4 method for signature 'igraph'
E(x, ...)
## S4 method for signature 'igraph_financial'
ecount(x, ...)
## S4 method for signature 'igraph'
ecount(x, ...)
## S4 method for signature 'igraph_financial'
gsize(x, ...)
## S4 method for signature 'igraph'
gsize(x, ...)
x |
The |
... |
Other parameters passed to the corresponding method and/or |
The same result for both igraph
and igraph_financial
objects
E
: An edge sequence of the graph
ecount
and gsize
: Number of edges, numeric scalar
Telarico, Fabio Ashtar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.