| Ops.english {english} | R Documentation |
Allows arithmetic with objects of class english.
## S3 method for class 'english' Ops(e1, e2)
e1, e2 |
Numeric vectors, of which at least one must be of class |
A standard group generic function that strips off the english
class from its arguments, invokes the next arithmetic operation method
and reinstates the class english on the result.
A numeric vector of class english.
John Fox and Bill Venables
See original note by John Fox in the Programmers Niche section of https://cran.r-project.org/doc/Rnews/Rnews_2005-1.pdf.
english(1:10)^2 + 1