print.spillover_table: Function to print the spillover table object
Description
The function takes as an argument the spillover_table object and prints it
nicely to the console. While doing that it also computes all the neccessary
measures.
Usage
# S3 method for spillover_table
print(x, ...)
Arguments
- x
a spillover_table object, ideally from the provided estimation
functions
- ...
for the sake of CRAN not to complain
Author
Tomas Krehlik <tomas.krehlik@gmail.com>