getConditions {dMod} | R Documentation |
Extract the conditions of an object
Description
Extract the conditions of an object
Usage
getConditions(x, ...)
## S3 method for class 'list'
getConditions(x, ...)
## S3 method for class 'fn'
getConditions(x, ...)
Arguments
x |
object from which the conditions should be extracted |
... |
additional arguments (not used right now) |
Value
The conditions in a format that depends on the class of x
.
[Package dMod version 1.0.2 Index]