Learn R Programming

dMod (version 1.0.0)

getConditions: Extract the conditions of an object

Description

Extract the conditions of an object

Usage

getConditions(x, ...)

# S3 method for list getConditions(x, ...)

# S3 method for 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.