Learn R Programming

BSDA (version 1.01)

Porosity: Porosity measurements on 20 samples of Tensleep Sandstone, Pennsylvanian from Bighorn Basin in Wyoming

Description

Data for Exercise 5.86

Usage

Porosity

Arguments

Format

A data frame with 20 observations on the following variable.

porosity

a numeric vector

Examples

Run this code
# NOT RUN {
str(Porosity)
attach(Porosity)
stem(porosity)
fivenum(porosity)
boxplot(porosity)
detach(Porosity)
# }

Run the code above in your browser using DataLab