collapseBounds.spillover_table: Function to collapse bounds

View source: R/spillover_table_methods.R

collapseBounds.spillover_tableR 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>


frequencyConnectedness documentation built on March 7, 2023, 6:39 p.m.