tsAxis: Easy axes for ts objects

View source: R/graphics.R

tsAxisR Documentation

Easy axes for ts objects

Description

Easy axes for ts objects

Usage

tsAxis(x, side, every = 1, out = c("hour", "min", "sec"), las = 1, ...)

Arguments

x

a ts object

side

side of the axie

every

interval between ticks, in seconds

out

format of the time, one of "hour","min","sec" for respectively the formats hh:mm:ss, mm:ss, ss.

las

'label axis style' sets the labels orientation. See ?par for details

...

further arguments passed to axis


kleinbub/rIP documentation built on Dec. 21, 2024, 9:15 a.m.