| UnaryOperator-class | R Documentation |
This base class represents expressions involving unary operators.
## S4 method for signature 'UnaryOperator'
name(x)
## S4 method for signature 'UnaryOperator'
to_numeric(object, values)
x, object |
A UnaryOperator object. |
values |
A list of arguments to the atom. |
name(UnaryOperator): Returns the expression in string form.
to_numeric(UnaryOperator): Applies the unary operator to the value.
exprThe Expression that is being operated upon.
op_nameA character string indicating the unary operation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.