setControl: setControl<-

Description Usage Arguments See Also Examples

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

1
setControl(object, ...) <- value

Arguments

object

an object of class biodyn

...

any other parameter

value

params object

See Also

controlFn

Examples

1
2
3
4
5
## Not run: 
bd=sim()
setControl(bd)=params(bd)

## End(Not run)

laurieKell/biodyn documentation built on May 20, 2019, 7:58 p.m.