Learn R Programming

Rquake (version 2.4-4)

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
# NOT RUN {
# }
# NOT RUN {
PFoutput(nh$PF, stas = g$sta, sol = NULL, format = 0)

# }
# NOT RUN {

# }

Run the code above in your browser using DataLab