nint_intvDim {docopulae} | R Documentation |
Interval Dimension
Description
nint_intvDim
defines a fixed interval.
The bounds may be (negative) Inf
.
Usage
nint_intvDim(x, b = NULL)
Arguments
x |
either a single numeric, the lower bound, or a vector of length 2, the lower and upper bound. |
b |
the upper bound if |
Value
nint_intvDim
returns a vector of length 2 with the dimension type attribute set to nint_TYPE_INTV_DIM
.
See Also
[Package docopulae version 0.4.0 Index]