prepPDE: Read PDE file

Description Usage Arguments Details Value Note Author(s) See Also Examples

View source: R/prepPDE.R

Description

Read PDE file output and prepare for use in Rquake. Creates an earthquake catalog.

Usage

1
prepPDE(fn)

Arguments

fn

file name and path

Details

Read in a PDE file that has been saved from the website, http://earthquake.usgs.gov/earthquakes/eqarchives/epic/epic_global.php

Value

List (catalog) of earthquake hypocenters

Note

Take care if they change the format.

Author(s)

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

See Also

getregionals

Examples

1
2
3
4
5
## Not run: 
fpde = '/Users/lees/Site/CHAC/pde_catalog_NOV_2011.txt'
ipde = prepPDE(fpde)

## End(Not run)

Rquake documentation built on Dec. 16, 2020, 5:06 p.m.