Message-ID: <1317025617620-3843071.post@n4.nabble.com>
Date: 2011-09-26T08:26:57Z
From: Chris
Subject: Filtering dates/times from zoo/xts series
In-Reply-To: <1317025463508-3843065.post@n4.nabble.com>
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.