plot_tsd | R Documentation |
plot_tsd
Plot xts data..
plot_tsd
plot_tsd(x, time.col = "year")
x |
xts data |
time.col |
Time interval of banded background. Default is 'year' |
library(xts)
nday = 1000
xd=as.POSIXct(as.Date('2000-01-01')+ 1:nday )
x=as.xts(sin(1:1000 / 100), order.by=xd)
plot_tsd(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.