powered by
The E1.16 data frame has 10 rows and 3 columns.
E1.16
data(E1.16)
This data frame contains the following columns:
a character vector, name of the company
a numeric vector, 1972 earnings per share, in dollars.
a numeric vector, prive per share, in dollars, in may, 1973.
with(E1.16, plot(Price.Share, Earn.Share))
Run the code above in your browser using DataLab