[R-SIG-Finance] Filtering dates/times from zoo/xts series
chrisbird
chris at chrisbird.com
Mon Sep 26 10:26:57 CEST 2011
Made typo:
Filtering by time shoud read:
# filter the data source on time range
data_source <- data_source[.indexhour(data_source) >= min_hour &
.indexhour(data_source) < max_hour]
--
View this message in context: http://r.789695.n4.nabble.com/Filtering-dates-times-from-zoo-xts-series-tp3842937p3843071.html
Sent from the Rmetrics mailing list archive at Nabble.com.
More information about the R-SIG-Finance
mailing list