Description
Get the operand of an expression.
Set the operand of an expression.
Usage
Operand(object, value)Operand(object) <- value
# S4 method for .expr
Operand(object)
# S4 method for .expr
Operand(object) <- value
Arguments
object
The object for which to set the operand of.
value
Character or numeric. The value to set the operand to.
Methods (by class)
.expr
: Return the operand used within the condition, or coerce
the supplied value into an operand.
.expr
: Replace the operand of a condition.