Learn R Programming

RSEIS (version 2.1-6)

winseis24: Locator for plotseis24

Description

Locator for plotseis24

Usage

winseis24(pjj)

Arguments

pjj
out put of plotseis24

Value

  • list:
  • hrhours picked
  • yryear
  • jdjulian day

Details

After extracting 24 hours and plotting with plotseis24, use winseis24 to click on the plot and return times for further analysis or zooming.

See Also

plotseis24, getseis24

Examples

Run this code
JJ = getseis24(DB, 2008, 366, usta, acomp, kind = 1)
 
pjj = plotseis24(JJ, dy=1/18, FIX=24, SCALE=1, FILT=list(ON=FALSE, fl=0.05 , fh=20.0, type="BP", proto="BU"), RCOLS=c(rgb(0.2, .2, 1), rgb(.2, .2, .2))  )

winseis24(pjj)

Run the code above in your browser using DataLab