fixed: get whether a parameter is fixed

Description Usage Arguments Examples

Description

get whether a parameter is fixed

Usage

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

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

Arguments

x

parameter

...

other arguments

Examples

1
2
3
4
cl <- parameter(1.5, fixed = TRUE)
fixed(cl)
cl <- update(cl, fixed = FALSE)
fixed(cl)

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