Rdocumentation
powered by
Learn R Programming
aqr (version 0.4)
aqDropHour: removes all data that belongs to a specific hour from an input data set.
Description
removes all data that belongs to a specific hour from an input data set.
Usage
aqDropHour(x, hour)
Arguments
hour
the hour to remove from this data set, e.g. 8 or 15, etc.
x
an input xts object
Value
a dataset in which all information for this hour has been dropped.