Join us for
RADAR: AI Edition

RSEIS (version 2.6-0)

plotseis24: Plot 24 hours of seismic data

Description

Plot 24 hours of seismic data using output of getseis24.

Usage

plotseis24(JJ, dy = 1/6, FIX = 24, SCALE = 0, FILT = list(ON = FALSE, fl = 0.05, fh = 20, type = "BP", proto = "BU"), RCOLS = c(rgb(0.2, 0.2, 1), rgb(0.2, 0.2, 0.2)))

Arguments

Value

  • list:
  • xx-axis
  • yy-axis
  • yryear
  • jdjulian day

Details

Plots full 24 hours of data. The list returned can be used by winseis24 to get picks and windows for zooming.

See Also

getseis24, winseis24

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))  )

Run the code above in your browser using DataLab