vetools (version 1.3-28)

est.rm: Removes stations from a collection of class Catalog

Description

Given a list of indexes (list), this function removes stations from a collection of data/catalog pair.

Usage

est.rm(collection, list)

Arguments

collection
A list of class Catalog.
list
A vector of scalars indicating the stations to remove. The elements of this vector must be between 1 and length(collection$data).

Value

Returns a list of class Catalog with the updated collection.

See Also

The other est.* family members: est.cut, est.fill, est.sort, est.union.