Learn R Programming

fastR2 (version 1.2.4)

TireWear: Estimating tire wear

Description

Tread wear is estimated by two methods: weight loss and groove wear.

Arguments

Format

A data frame with 16 observations on the following 2 variables.

weight

estimated wear (1000's of miles) base on weight loss

groove

estimated wear (1000's of miles) based on groove wear

References

R. D. Stichler, G. G. Richey, and J. Mandel, "Measurement of Treadware of Commercial Tires", Rubber Age, 73:2 (May 1953).

Examples

Run this code

data(TireWear)
gf_point(weight ~ groove, data = TireWear)

Run the code above in your browser using DataLab