Learn R Programming

RSEIS (version 3.7-4)

cleanpickfile: Clean up Pickfile structure

Description

Given a pickfile, clean out stations that do not ocnform

Usage

cleanpickfile(P)

Arguments

P

Pickfile list

Value

P

Pickfile list

Details

stations with name="" are removed

See Also

EmptyPickfile

Examples

Run this code
# NOT RUN {
P <- EmptyPickfile()
cleanpickfile(P)
# }

Run the code above in your browser using DataLab