Description Usage Arguments Value Author(s) See Also
Given a collection of data/catalog pairs, this function orders them by the start time.
Sorts by start(collection$data[[k]]),
provided that the member data is of class ts.
1 | est.sort(collection, ascending = T, by.year.only = F)
|
collection |
A list of class |
ascending |
Boolean value indicating wheather it is ordered by earliest or latest starting station. |
by.year.only |
Use only the year to sort instead of year/month. Defaults to FALSE. |
Returns a sorted list of class Catalog, sorted by start date of the objects in collection$data.
A.M. Sajo-Castelli
The other est.* family members:
est.rm,
est.fill,
est.cut,
est.union.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.