googleVis (version 0.6.0)

OpenClose: OpenClose: googleVis example data set

Description

Example data set to illustrate the use of the googleVis package.

Usage

data(OpenClose)

Arguments

Format

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

Examples

Run this code
OpenClose
plot(gvisCandlestickChart(OpenClose, options=list(legend='none')))

Run the code above in your browser using DataCamp Workspace