Function to draw the time series.
1 | kdplotseries <- function(Series, Num=4,Ini=0,End=dim(Series)[1], Colors=1:dim(Series)[2])
|
Series |
Matrix with Time Series (Each Column is one Time Series). |
Num |
Num of Horizontal plots. |
Ini |
First point. |
End |
Last point. |
Colors |
Color for each Time Series. |
This function plot in the same frame four filtered (different width window) series but the graphiph is divided in four parts so we can look it easily.
Francisco Javier Martinez de Pisón.
francisco.martinez@dim.unirioja.es
Miguel Lodosa Ayala.
miguelodosa@hotmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.