Library: | times |
Quantlet: | timeplot | |
Description: | plots a time series in multiple windows with user-specified maximum length per window |
Usage: | timeplot(x {, len {,header}}) | |
Input: | ||
x | vector (time series) | |
len (optional) | Integer (maximum length plotted in a window, default 400) | |
header (optional) | list object | |
header.name | name of time series | |
header.origyear | beginning data of time series | |
header.origperiod | origperiod period in the beginning year | |
header.periodicity | beginning data of time series |
library("times") x=normal(100) t = timeplot(x)
generates a graphical display showing time series
Library: | times |