View source: R/list_of_spills_methods.R
| plotFrom.list_of_spills | R Documentation | 
Taking in list_of_spillovers, the function plots the from spillovers using the zoo::plot.zoo function
## S3 method for class 'list_of_spills' plotFrom( spillover_table, within = F, which = 1:nrow(spillover_table$list_of_tables[[1]]$tables[[1]]), ... )
| spillover_table | a list_of_spills object, ideally from rolling window estimation | 
| within | whether to compute the within spillovers if the spillover tables are frequency based. | 
| which | a vector with indices specifying which plots to plot. | 
| ... | for the sake of CRAN not to complain | 
a plot of from spillovers
Tomas Krehlik <tomas.krehlik@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.