winseis24: Locator for plotseis24

View source: R/winseis24.R

winseis24R Documentation

Locator for plotseis24

Description

Locator for plotseis24

Usage

winseis24(pjj, pch = 3, col = "red")

Arguments

pjj

out put of plotseis24

pch

plotting character when clicking

col

color for plotting when clicking

Details

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

Value

list:

hr

hours picked

yr

year

jd

julian day

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

plotseis24, getseis24

Examples



## Not run: 
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)



## End(Not run)



RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.