Rdocumentation
powered by
Learn R Programming
docopulae (version 0.2.1)
nint_intvDim: Interval Dimension
Description
nint_intvDim
defines a fixed interval. The limits may be (negative)
Inf
.
Usage
nint_intvDim(x, b = NULL)
Arguments
x
either a single numeric, the lower limit, or a vector of length 2, the lower and upper limit.
b
the upper limit if
x
is the lower limit.
Value
nint_intvDim
returns a vector of length 2 with the dimension type attribute set to
nint_TYPE_INTV_DIM
.
See Also
nint_TYPE
,
nint_space