Learn R Programming

frequencyConnectedness (version 0.2.4)

plotSpecific.list_of_spills: 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 list_of_spills
plotSpecific(spillover_table, i, j, ...)

Value

a plot of pairwise spillovers

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

Author

Tomas Krehlik <tomas.krehlik@gmail.com>