assertVariableNew {rxode2}R Documentation

Assert a variable would be new to the model

Description

Assert a variable would be new to the model

Usage

assertVariableNew(ui, x)

Arguments

ui

rxode2 ui model

x

would the variable x variable be new in the model

Value

nothing, but will error if x would not be new

Author(s)

Matthew L. Fidler

See Also

Other Assertions: assertCompartmentExists(), assertCompartmentName(), assertCompartmentNew(), assertRxUi(), assertVariableExists(), testRxUnbounded()


[Package rxode2 version 3.0.0 Index]