detail.pick | R Documentation |
Pops up three components and prepares menu items for picking
detail.pick(y, ex, dt, TIT = "")
y |
signal amplitudes |
ex |
x-axis |
dt |
deltaT, sample rate, s |
TIT |
title |
Creates interactive session for picking seismograms. Is called from swig.
KSAVE = list(x=xsave, y=ysave)
Jonathan M. Lees<jonathan.lees.edu>
swig
data(CE1)
detail.pick(CE1$y, CE1$x, CE1$dt, TIT = "")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.