Learn R Programming

FinNet (version 0.1.2)

print,igraph_financial-method: Print information on a igraph_financial object

Description

Method to print objects of class igraph_financial

Usage

# S4 method for igraph_financial
print(x)

Value

Nothing, called for printing to the console the following information:

  • The first line contains the basic properties of the graph;

  • The rest of the of the print-out contains the graph's attributes. After the attribute names, the kind of the attribute – graph (‘g’), vertex (‘v’) or edge (‘e’) – is denoted, and the type of the attribute as well, character (‘c’), numeric (‘n’), logical (‘l’), or other (‘x’).

Arguments

x

The object of class igraph_financial to be shown

Author

Telarico, Fabio Ashtar

Details

For more information see the relevant igraph function: print.igraph