collapseBounds.list_of_spills: Function to collapse bounds
Description
Taking in list_of_spills, if the individual spillover_tables are frequency
based, it allows you to collapse several frequency bands into one.
Usage
# S3 method for list_of_spills
collapseBounds(spillover_table, which)
Value
list_of_spills with less frequency bands.
Arguments
- spillover_table
a list_of_spills 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>