Show information on a financial_matrix
Show method for the objects of class financial_matrix
## S4 method for signature 'financial_matrix'
show(object)
Arguments
object
: The financial_matrix
object to show
Returns
No return value, called to print to the console information about the financial_matrix
object:
- type of relation detail (common ownership, board interlocks, or both),
- Total capitalisation of the firms present (if known), broke down by currency (if more than one);
- Average total revenues (if known), broke down by currency (if more than one)
- A print-out of the matrix, up to six columns by six rows (i.e., 36 cells). An additional row of text is printed out to inform on the truncation of the matrix displayed
Author(s)