%intersect% {timetools} | R Documentation |
intersects 2 ‘POSIXcti’ objects
Description
This function allows to find the intersection of two objects of the same class.
Usage
i1 %intersect% i2
Arguments
i1 |
first object to intersect |
i2 |
second object to intersect |
Value
object of the same class of parameters
Examples
# to see all existing methods :
methods ('\%intersect\%')
[Package timetools version 1.15.3 Index]