Skip to content
Prev 8580 / 15274 Next

Filtering dates/times from zoo/xts series

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.