plot_igraph-methods {FinNet} | R Documentation |
igraph plotting for igraph_financial
objects
Description
Methods to extend codeigraph's plotting functions to igraph_financial
objects
Usage
## S4 method for signature 'igraph_financial'
plot_igraph(x, ...)
## S4 method for signature 'igraph'
plot_igraph(x, ...)
Arguments
x |
The |
... |
Other parameters passed to the corresponding method and/or |
Value
For both igraph
and igraph_financial objects, returns NULL invisibly. It is called to print the graph to any R device. (see method and igraph::plot.igraph)
Author(s)
Telarico, Fabio Ashtar
[Package FinNet version 0.1.2 Index]