Skip to contents

Generate a statement for Y monotonic (decreasing) in X

Usage

decreasing(X, Y)

Arguments

X

A character. The quoted name of the input node

Y

A character. The quoted name of the outcome node

Value

A character statement of class statement

See also

Examples

# \donttest{
decreasing('A', 'B')
#> 
#> Statement: 
#> (B[A=1] < B[A=0])
# }