Learn R Programming

UsingR (version 2.0-7)

google: Google stock values during 2005-02-07 to 2005-07-07

Description

Closing stock price of a share of Google stock during 2005-02-07 to 2005-07-07

Usage

data(google)

Arguments

Format

A data vector of numeric values with names attribute giving the dates.

Examples

Run this code
# NOT RUN {
data(google)
plot(google,type="l")
# }

Run the code above in your browser using DataLab