nint_intvDim {docopulae} | R Documentation |
nint_intvDim
defines a fixed interval.
The bounds may be (negative) Inf
.
nint_intvDim(x, b = NULL)
x |
either a single numeric, the lower bound, or a vector of length 2, the lower and upper bound. |
b |
the upper bound if |
nint_intvDim
returns a vector of length 2 with the dimension type attribute set to nint_TYPE_INTV_DIM
.