cleanpickfile {RSEIS} | R Documentation |
Clean up Pickfile structure
Description
Given a pickfile, clean out stations that do not ocnform
Usage
cleanpickfile(P)
Arguments
P |
Pickfile list |
Details
stations with name="" are removed
Value
P |
Pickfile list |
Author(s)
Jonathan M. Lees<jonathan.lees.edu>
See Also
EmptyPickfile
Examples
P <- EmptyPickfile()
cleanpickfile(P)
[Package RSEIS version 4.2-0 Index]