collapseBounds.spillover_table: 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 spillover_table
collapseBounds(spillover_table, which)
Value
spillover_table with less frequency bands.
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.
Author
Tomas Krehlik <tomas.krehlik@gmail.com>