Learn R Programming

timeSeries (version 3010.97)

TimeSeriesData: Time Series Data Sets

Description

Three data sets used in example files. The data sets are: ll{ LPP2005REC Swiss pension fund assets returns benchmark, MSFT Daily Microsoft OHLC prices and volume, USDCHF USD 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, type = "l")

Run the code above in your browser using DataLab