iv-accessors {ivs}R Documentation

Access the start or end of an interval vector

Description

Usage

iv_start(x)

iv_end(x)

Arguments

x

⁠[iv]⁠

An interval vector.

Value

The start or end of x.

Examples

x <- new_iv(1, 2)

iv_start(x)
iv_end(x)

[Package ivs version 0.2.0 Index]