Learn R Programming

RSEIS (version 2.1-6)

cleanpickfile: Clean up Pickfile structure

Description

Given a pickfile, clean out stations that do not ocnform

Usage

cleanpickfile(P)

Arguments

P
Pickfile list

Value

  • PPickfile list

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