param.fixed: Define a fixed parameter

Description Usage Arguments Value Examples

View source: R/params.R

Description

Define a fixed parameter

Usage

1
param.fixed(value)

Arguments

value

The value of the parameter, always.

Value

An object of type 'param.fixed'

Examples

1
2
3
param.fixed(5)
# can be a complicated value
param.fixed(list(a=1, b=2, c=4))

paleolimbot/easyoptim documentation built on May 24, 2019, 6:12 p.m.