Learn R Programming

Rquake (version 1.2-2)

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
fpde = '/Users/lees/Site/CHAC/pde_catalog_NOV_2011.txt'
ipde = prepPDE(fpde)

Run the code above in your browser using DataLab