%intersect% {timetools} | R Documentation |
This function allows to find the intersection of two objects of the same class.
i1 %intersect% i2
i1 |
first object to intersect |
i2 |
second object to intersect |
object of the same class of parameters
# to see all existing methods : methods ('\%intersect\%')