Learn R Programming

RSEIS (version 2.6-0)

getIRIS: get Hypocenters from IRIS web site

Description

Convert hypocenters from the IRIS website and prepare for plotting in GEOmap

Usage

getIRIS(fn, skip=0)
getANSS(fn, skip=2)

Arguments

Value

  • list:
  • yrvector year
  • domvector, day of month
  • movector, mo
  • hrvector, hour
  • mivector, minute
  • secvector, sec
  • latvector, latitude
  • lonvector, longitude
  • zvector, depth
  • magvector, magnitude

Details

Reads in a file dumped out by the website selection box.

See Also

getjul

Examples

Run this code
fn = "/home/lees/WORK/SENDAI.EVENT/catsearch.8757"

g = getANSS(fn)
g$jd = getjul(g$yr, g$mo, g$dom)

Run the code above in your browser using DataLab