assertCompartmentNew {rxode2} | R Documentation |
Verify that a compartment would be new to the model
Description
Verify that a compartment would be new to the model
Usage
assertCompartmentNew(ui, x)
Arguments
ui |
is the model to test that a model paramet exists |
x |
The value to test |
Value
The value or an error
Author(s)
Matthew Fidler & Bill Denney
See Also
Other Assertions:
assertCompartmentExists()
,
assertCompartmentName()
,
assertRxUi()
,
assertVariableExists()
,
assertVariableNew()
,
testIniDf()
,
testRxUnbounded()
[Package rxode2 version 4.0.1 Index]