LA950: LA950 example data set

Description Usage Format Examples

Description

The dataset comprises a LA950 laser sizer measurement file.

Usage

1

Format

List of 3 $ x : num [1:92] 0.02 0.023 0.026 0.03 0.034 0.039 ... $ y : num [1:92] 0 0 0 0 0 0 0 0 0 0 ... $ meta:List of 24 ..$ ID : chr "S-1" ..$ data : num [1:92] 0 0 0 0 0 0 0 0 0 0 ... ..$ unit : chr "micrometres"

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# read example data set
data(LA950, envir = environment())

# inspect imported data structure
str(LA950)

# plot grain-size distribution curve
plot(LA950, 
     type = "l", 
     log = "x")

coffeemuggler/grainsize documentation built on May 24, 2019, 3:06 a.m.