OpenClose | 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.
Weekday
a factor with levels Fri
Mon
Thurs
Tues
Wed
Low
a numeric vector
Open
a numeric vector
Close
a numeric vector
High
a numeric vector
Google Visualisation: Candlestick Chart https://developers.google.com/chart/interactive/docs/gallery/candlestickchart?csw=1
OpenClose
plot(gvisCandlestickChart(OpenClose, options=list(legend='none')))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.