E1.21 {SenSrivastava} | R Documentation |
The E1.21
data frame has 24 rows and 2 columns. Data are on loads,
in pounds, and corresponding deformation, in inches, of a mild steel bar, of length 8 inches
and average diameter .564 inches.
data(E1.21)
This data frame contains the following columns:
M.R. Khavanin, Department of Mechanical Engineering, University of Illinois at Chicago.
data(E1.21) attach(E1.21) plot(L, D) detach()