Learn R Programming

PASWR2 (version 1.0.5)

JANKA: Australian Eucalypt Hardwoods

Description

The dataset consists of density and hardness measurements from 36 Australian Eucalypt hardwoods.

Usage

JANKA

Arguments

Format

A data frame with 36 observations on the following 2 variables:

  • density (a measure of density of the timber)

  • hardness (the Janka hardness of the timber)

Details

Janka hardness is a structural property of Australian hardwood timbers. The Janka hardness test measures the force required to imbed a steel ball into a piece of wood.

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

Run this code
# NOT RUN {
ggplot(data = JANKA, aes(x = density, y = hardness)) + geom_point() + geom_smooth()
# }

Run the code above in your browser using DataLab