DAAG (version 1.22)

geophones: Seismic Timing Data

Description

The geophones data frame has 56 rows and 2 columns. Thickness of a layer of Alberta substratum as measured by a line of geophones.

Usage

geophones

Arguments

Format

This data frame contains the following columns:

distance

location of geophone.

thickness

time for signal to pass through substratum.

Examples

Run this code
# NOT RUN {
plot(geophones)
lines(lowess(geophones, f=.25))
# }

Run the code above in your browser using DataCamp Workspace