Learn R Programming

timetools (version 1.5.2)

homogeneous: 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, ...)

## S3 method for class 'TimeIntervalDataFrame': 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