as.interval {TunePareto} | R Documentation |
Specifies a continous interval by supplying a lower and upper bound. Such intervals can be supplied as parameter value ranges in tunePareto
.
as.interval(lower, upper)
lower |
The lower bound of the interval |
upper |
The upper bound of the interval |
A list of class Interval
specifying the lower and upper bound.