tsAxis | R Documentation |
Easy axes for ts objects
tsAxis(x, side, every = 1, out = c("hour", "min", "sec"), las = 1, ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.