print.spillover_table {frequencyConnectedness} | R Documentation |
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 class '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(s)
Tomas Krehlik <tomas.krehlik@gmail.com>
[Package frequencyConnectedness version 0.2.4 Index]