Learn R Programming

Rquake (version 2.4-4)

prepPDE: Read PDE file

Description

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

Usage

prepPDE(fn)

Arguments

fn

file name and path

Value

List (catalog) of earthquake hypocenters

Details

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

See Also

getregionals

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
fpde = '/Users/lees/Site/CHAC/pde_catalog_NOV_2011.txt'
ipde = prepPDE(fpde)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab