est.cut: Crops a list of time-series

Description Usage Arguments Value Author(s) See Also

View source: R/est.cut.R

Description

Given a time window, this function crops all the stations in a collection of data/catalog pair. If a given station starts after the end date (end) or ends before the inital date (start), it is removed from the catalog.

Usage

1
est.cut(collection, start = c(1960, 1), end = c(2020, 12))

Arguments

collection

A list of class Catalog.

start

The start of the window to crop. A vector of two elements (year, month).

end

The end of the windows to crop.

Value

Returns a list with the updated (cropped) collection. Note that the information regarding the stations meta-data is NOT modified. (!)

Author(s)

A.M. Sajo-Castelli.

See Also

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


vetools documentation built on May 2, 2019, 10:15 a.m.