Learn R Programming

RSEIS (version 4.2-4)

cleanpickfile: Clean up Pickfile structure

Description

Given a pickfile, clean out stations that do not ocnform

Usage

cleanpickfile(P)

Value

P

Pickfile list

Arguments

P

Pickfile list

Author

Jonathan M. Lees<jonathan.lees.edu>

Details

stations with name="" are removed

See Also

EmptyPickfile

Examples

Run this code
P <- EmptyPickfile()
cleanpickfile(P)

Run the code above in your browser using DataLab