collapseBounds.spillover_table {frequencyConnectedness} | R Documentation |
Function to collapse bounds
Description
Taking in spillover_table, if the spillover_table is frequency based, it allows you to collapse several frequency bands into one.
Usage
## S3 method for class 'spillover_table'
collapseBounds(spillover_table, which)
Arguments
spillover_table |
a spillover_table object, ideally from the provided estimation functions |
which |
which frequency bands to collapse. Should be a sequence like 1:2 or 1:5, etc. |
Value
spillover_table with less frequency bands.
Author(s)
Tomas Krehlik <tomas.krehlik@gmail.com>
[Package frequencyConnectedness version 0.2.4 Index]