Description Usage Arguments Value Examples
Provides arithmetic operations for numeric objects or of class "fractional"
.
1 2 | ## S3 method for class 'fractional'
Ops(e1, e2)
|
e1 |
A numeric objet, possibly of class |
e2 |
A numeric objet, possibly of class |
The result of the arithmetic operation, flagged as class
"fractional"
1 2 3 | (M <- fractional(1:10/7))
M + 1
1 + M + M^2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.