PFoutput: Write a pickfile to disk

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

View source: R/PFoutput.R

Description

Write a pickfile to disk ina variety of formats.

Usage

1
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)

Details

Writes files to disk in local directory.

Value

Side effects

Note

Creates a file name and writes to disk in a variety of formats.

Author(s)

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

See Also

SavePF, RSEIS

Examples

1
2
3
4
5
6
## Not run: 

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


## End(Not run)

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