iv_start()
accesses the start of an interval vector.iv_end()
accesses the end of an interval vector.
Examples
x <- new_iv(1, 2)
iv_start(x)
#> [1] 1
iv_end(x)
#> [1] 2
iv_start()
accesses the start of an interval vector.
iv_end()
accesses the end of an interval vector.
x <- new_iv(1, 2)
iv_start(x)
#> [1] 1
iv_end(x)
#> [1] 2