R/pq_opr.R
interval.Rd
Binary operators which create the interval signals.
x %()% rng x %[)% rng x %(]% rng x %[]% rng
numeric vectors
numeric vectors, top and bottom limitation
# 0:4 %()% c(1,3) # 0:4 %[)% c(1,3) # 0:4 %(]% c(1,3) # 0:4 %[]% c(1,3)