Learn R Programming

MPV (version 1.64)

seismictimings: Seismic Timing Data

Description

The seismictimings data frame has 504 rows and 3 columns. Thickness of a layer of Alberta substratum as measured by several transects of geophones.

Usage

seismictimings

Arguments

Format

This data frame contains the following columns:

x

longitudinal coordinate of geophone.

y

latitudinal coordinate of geophone.

z

time for signal to pass through substratum.

Examples

Run this code
plot(y ~ x, data = seismictimings)

Run the code above in your browser using DataLab