Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

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

Example:

library("times")

x=normal(100)

t = timeplot(x)

Result:

generates a graphical display showing time series


Library: times

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Author: Rong Chen, Christian Hafner, 970723
(C) MD*TECH Method and Data Technologies, 21.9.2000