Learn R Programming

timeSeries (version 4021.104)

TimeSeriesData: Time Series Data Sets

Description

Three data sets used in example files.

The data sets are:

LPP2005RECSwiss pension fund assets returns benchmark,
MSFTDaily Microsoft OHLC prices and volume,
USDCHFUSD CHF intraday foreign exchange xchange rates.

Arguments

Examples

Run this code
## Plot LPP2005 Example Data Set -  
   data(LPP2005REC)
   plot(LPP2005REC, type = "l")
   
## Plot MSFT Example Data Set - 
   data(MSFT)
   plot(MSFT[, 1:4], type = "l")
   plot(MSFT[, 5], type = "h")
   
## Plot USDCHF Example Data Set - 
   # plot(USDCHF)

Run the code above in your browser using DataLab