UnaryOperator-class: The UnaryOperator class.
Description
This base class represents expressions involving unary operators.
Usage
# S4 method for UnaryOperator
name(x)# S4 method for UnaryOperator
to_numeric(object, values)
Arguments
x, object
A '>UnaryOperator object.
values
A list of arguments to the atom.
Slots
exprThe '>Expression that is being operated upon.
op_nameA character string indicating the unary operation.