graph_methods {FinNet}R Documentation

Extending igraph functions to igraph_financial objects

Description

The following functions are implemented:

Usage

V(x)

vcount(x)

gorder(x)

E(x, ...)

ecount(x, ...)

gsize(x, ...)

plot_igraph(x, ...)

Arguments

x

The igraph_financial object

...

Other parameters passed to the corresponding igraph functions (see Details).

Details

Implementing most basic iterators from the package igraph for objects of class igraph_financial

Value

The same result for both igraph and igraph_financial objects

Author(s)

Telarico, Fabio Ashtar


[Package FinNet version 0.1.2 Index]