Learn R Programming

Rquake (version 1.2-2)

PFoutput: Write a pickfile to disk

Description

Write a pickfile to disk ina variety of formats.

Usage

PFoutput(PF, stas = NULL, sol = NULL, format = 0)

Arguments

PF
Pickfile list from RSEIS
stas
station list
sol
solution vector, (lat, lon, z, t0)
format
integer, 0=all formats, 1=native R, 2=UW, 3=csv)

Value

  • Side effects

Details

Writes files to disk in local directory.

See Also

SavePF, RSEIS

Examples

Run this code
PFoutput(nh$PF, stas = g$sta, sol = NULL, format = 0)

Run the code above in your browser using DataLab