E1.21: Data on Loads and Deformation of a Bar

E1.21R Documentation

Data on Loads and Deformation of a Bar

Description

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.

Usage

data(E1.21)

Format

This data frame contains the following columns:

L

a numeric vector, load, in pounds.

D

a numeric vector, corresponding deformation, in inches.

Source

M.R. Khavanin, Department of Mechanical Engineering, University of Illinois at Chicago.

Examples

data(E1.21)
attach(E1.21)
plot(L, D)
detach()

SenSrivastava documentation built on May 29, 2024, 7:34 a.m.