setControl: setControl<-

setControl<-,biodyn,FLPar-methodR Documentation

setControl<-

Description

Sets the control slot in a biodyn object given the parameters in the params slot. The starting values val are set to those in params and the min and max bounds to .1 and 10 times these.

Usage

## S4 replacement method for signature 'biodyn,FLPar'
setControl(object, min = 0.1, max = 10) <- value

Arguments

object

an object of class biodyn

value

params object

...

any other parameter

See Also

controlFn

Examples

## Not run: 
bd=sim()
setControl(bd)=params(bd)

## End(Not run)
 

laurieKell/mpb documentation built on Sept. 9, 2023, 9:47 p.m.