plotSpecific.list_of_spills {frequencyConnectedness} | R Documentation |
Function to plot specific spilover from i to j
Description
Taking in list_of_spillovers, the function plots the spillover from i to j using the zoo::plot.zoo function
Usage
## S3 method for class 'list_of_spills'
plotSpecific(spillover_table, i, j, ...)
Arguments
spillover_table |
a list_of_spills object, ideally from rolling window estimation |
i |
from variable |
j |
to variable |
... |
for the sake of CRAN not to complain |
Value
a plot of pairwise spillovers
Author(s)
Tomas Krehlik <tomas.krehlik@gmail.com>
[Package frequencyConnectedness version 0.2.4 Index]