plot_tsd: Plot xts data.. 'plot_tsd'

View source: R/plot.R

plot_tsdR Documentation

Plot xts data.. plot_tsd

Description

Plot xts data.. plot_tsd

Usage

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

Arguments

x

xts data

time.col

Time interval of banded background. Default is 'year'

Examples

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)

SHUD-System/SHUDtoolbox documentation built on Nov. 27, 2024, 5:54 a.m.