powered by
Example data set to illustrate the use of the googleVis package.
data(OpenClose)
A data frame with 5 observations on the following 5 variables.
Weekday
a factor with levels Fri Mon Thurs Tues Wed
Fri
Mon
Thurs
Tues
Wed
Low
a numeric vector
Open
Close
High
OpenClose plot(gvisCandlestickChart(OpenClose, options=list(legend='none')))
Run the code above in your browser using DataLab