as.interval: Specify a continous interval

View source: R/helpers.R

as.intervalR Documentation

Specify a continous interval

Description

Specifies a continous interval by supplying a lower and upper bound. Such intervals can be supplied as parameter value ranges in tunePareto.

Usage

as.interval(lower, upper)

Arguments

lower

The lower bound of the interval

upper

The upper bound of the interval

Value

A list of class Interval specifying the lower and upper bound.

See Also

tunePareto


TunePareto documentation built on Oct. 2, 2023, 5:06 p.m.