show-igraph_financial-method function

Show information on a igraph_financial

Show information on a igraph_financial

Show method for the objects of class igraph_financial

## S4 method for signature 'igraph_financial' show(object)

Arguments

  • object: The igraph_financial object to show

Returns

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 first paragrah 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’);
  • The second paragraph decribes the type of relation represented in the network (common ownership, board interlocks, both);
  • The third paragraph informs on whether the size of the vertexes represents an attribute (and, if yes, which one);
  • The fourth paragraph informs on whether the colour of the vertexes represents an attribute (and, if yes, which one);
  • The fifth paragraph informs on whether the width of the edges represents their strength;
  • The sixth paragraph informs on whether the colour of the edges represents their strength.

Author(s)

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