SavePF {Rquake} | R Documentation |
Save Pick File Button
Description
Save a pick file from within swig
Usage
SavePF(nh, g)
Arguments
nh |
RSEIS data list |
g |
list of parameters internal to swig |
Details
Uses PFoutput to save a pickfile to disk.
Value
Side Effects
Note
Pickfile is saved as a native R file with wpx extension
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
PFoutput
Examples
if(interactive()){
data(GH, package='RSEIS')
buts = "SavePF"
RSEIS::swig(GH, PADDLAB=buts)
}
[Package Rquake version 2.5-1 Index]