grains: Size distribution of sand grains

grainsR Documentation

Size distribution of sand grains

Description

Cumulative distribution of diameters in a sample of sand, obtained by passing the sample through a series of increasingly fine sieves.

Format

Data frame with two columns:

diams

x = diameter (mm)

probs

Proportion of sample with diameter < x

Examples

plot(probs ~ diams, type = 'l', data = grains)

jarrodhadfield/sda documentation built on Nov. 22, 2022, 4:53 a.m.