| OpenClose {googleVis} | R Documentation |
Example data set to illustrate the use of the googleVis package.
data(OpenClose)
A data frame with 5 observations on the following 5 variables.
Weekdaya factor with levels Fri Mon Thurs Tues Wed
Lowa numeric vector
Opena numeric vector
Closea numeric vector
Higha numeric vector
Google Visualisation: Candlestick Chart http://code.google.com/apis/chart/interactive/docs/gallery/candlestickchart.html
OpenClose plot(gvisCandlestickChart(OpenClose, options=list(legend='none')))