winseis24 {RSEIS} | R Documentation |
Locator for plotseis24
winseis24(pjj)
pjj |
out put of plotseis24 |
After extracting 24 hours and plotting with plotseis24, use winseis24 to click on the plot and return times for further analysis or zooming.
list:
hr |
hours picked |
yr |
year |
jd |
julian day |
Jonathan M. Lees<jonathan.lees@unc.edu>
plotseis24, getseis24
## 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)