Ops.english {english} | R Documentation |
English Arithmetic
Description
Allows arithmetic operations on "english"
class objects. To make sense
the operation should return an integer value.
Usage
## S3 method for class 'english'
Ops(e1, e2)
Arguments
e1 |
Numeric vector of object of class |
e2 |
Numeric vector of object of class |
Value
Numeric vector of class "english"
Examples
english(1:10)^2 + 1:10
english(100) + (-5):5
[Package english version 1.2-6 Index]