homogeneous {timetools} | R Documentation |
Test if a time object is homogeneous
Description
For objects based on time intervals
(POSIXcti
). Test if intervals of the object
are ‘homogeneous’ : if the period of each interval
is the same.
Usage
homogeneous(x, ...)
Arguments
x |
object to test for homogeneity |
... |
arguments to or from other methods |
Value
logical indicating if 'x' is homogeneous or not.
See Also
TimeIntervalDataFrame, POSIXcti
[Package timetools version 1.15.3 Index]