paramConstructor {nosoi} | R Documentation |
Param concatenator
Description
Creates a ParamHost
object.
Usage
paramConstructor(
param.pExit,
param.pMove,
param.nContact,
param.pTrans,
param.sdMove
)
Arguments
param.pExit |
parameter names (list of functions) for the pExit. |
param.pMove |
parameter names (list of functions) for the pMove. |
param.nContact |
parameter names (list of functions) for param.nContact. |
param.pTrans |
parameter names (list of functions) for the pExit. |
param.sdMove |
parameter names (list of functions) for sdMove. |
Value
An object of class ParamHost
[Package nosoi version 1.1.2 Index]