Learn R Programming

RSEIS (version 2.4-1)

getPDEcsv: Unpack PDE file

Description

Unpack PDE file as CSV file or ascii screen dump

Usage

getPDEcsv(pde = "/home/lees/Site/Santiaguito/pdq.eqs")
getPDEscreen(pde = "/home/lees/Site/Santiaguito/pdq.eqs")

Arguments

pde
character, file name

Value

  • list of locations, times and magnitude

Details

Download pde from: http://neic.usgs.gov/neis/epic/epic.html. csv version uses comma separated values. screen versions uses the screen dump and a parser

References

http://neic.usgs.gov/neis/epic/epic.html

Examples

Run this code
eq1 = getPDEcsv(pde = "/home/lees/Site/Santiaguito/pdq.eqs")

Run the code above in your browser using DataLab