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)

shulele/PIHMgisR documentation built on Jan. 27, 2020, 7:51 a.m.