Learn R Programming

RSEIS (version 2.1-6)

detail.pick: Detail Pick on 3-component seismogram

Description

Pops up three components and prepares menu items for picking

Usage

detail.pick(y, ex, dt, TIT = "")

Arguments

y
signal amplitudes
ex
x-axis
dt
deltaT, sample rate, s
TIT
title

Value

  • KSAVE = list(x=xsave, y=ysave)

Details

Creates interactive session for picking seismograms. Is called from PICK.GEN.

See Also

PICK.GEN

Examples

Run this code
data(CE1)

  detail.pick(CE1$y, CE1$x, CE1$dt, TIT = "")

Run the code above in your browser using DataLab