igraph_E_iterators function

igraph edge iterators for igraph_financial objects

igraph edge iterators for igraph_financial objects

Methods 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, ...)

Arguments

  • x: The igraph_financial object
  • ...: Other parameters passed to the corresponding method and/or igraph functions (see Details).

Returns

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

Author(s)

  • Maintainer: Fabio Ashtar Telarico
  • License: GPL (>= 3)
  • Last published: 2024-10-31