upper_bound: get a parameters upper bound

Description Usage Arguments Examples

Description

get the upper bound for a parameter

Usage

1
2
3
4
upper_bound(x, ...)

## S3 method for class 'parameter'
upper_bound(x, ...)

Arguments

x

parameter

...

other arguments

Examples

1
2
3
4
cl <- parameter(1.5, lower_bound = 0)
upper_bound(cl)
cl <- update(cl, upper_bound = 100)
upper_bound(cl)

dpastoor/blueprint documentation built on May 24, 2019, 4:01 a.m.