plot_tsd: Plot xts data.. 'plot_tsd'

Description Usage Arguments Examples

View source: R/plot.R

Description

Plot xts data.. plot_tsd

Usage

1
plot_tsd(x, time.col = "year")

Arguments

x

xts data

time.col

Time interval of banded background. Default is 'year'

Examples

1
2
3
4
5
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)

happynotes/PIHMgisR documentation built on Jan. 25, 2020, 9:51 p.m.