arithmetic | R Documentation |
Arithmetic operations for debkeepr
## S3 method for class 'deb_lsd'
vec_arith(op, x, y, ...)
## Default S3 method:
vec_arith.deb_lsd(op, x, y, ...)
## S3 method for class 'deb_lsd'
vec_arith.deb_lsd(op, x, y, ...)
## S3 method for class 'numeric'
vec_arith.deb_lsd(op, x, y, ...)
## S3 method for class 'deb_lsd'
vec_arith.numeric(op, x, y, ...)
## S3 method for class 'MISSING'
vec_arith.deb_lsd(op, x, y, ...)
## S3 method for class 'deb_decimal'
vec_arith(op, x, y, ...)
## Default S3 method:
vec_arith.deb_decimal(op, x, y, ...)
## S3 method for class 'deb_decimal'
vec_arith.deb_decimal(op, x, y, ...)
## S3 method for class 'numeric'
vec_arith.deb_decimal(op, x, y, ...)
## S3 method for class 'deb_decimal'
vec_arith.numeric(op, x, y, ...)
## S3 method for class 'MISSING'
vec_arith.deb_decimal(op, x, y, ...)
## S3 method for class 'deb_tetra'
vec_arith(op, x, y, ...)
## Default S3 method:
vec_arith.deb_tetra(op, x, y, ...)
## S3 method for class 'deb_tetra'
vec_arith.deb_tetra(op, x, y, ...)
## S3 method for class 'numeric'
vec_arith.deb_tetra(op, x, y, ...)
## S3 method for class 'deb_tetra'
vec_arith.numeric(op, x, y, ...)
## S3 method for class 'MISSING'
vec_arith.deb_tetra(op, x, y, ...)
## S3 method for class 'deb_decimal'
vec_arith.deb_lsd(op, x, y, ...)
## S3 method for class 'deb_lsd'
vec_arith.deb_decimal(op, x, y, ...)
## S3 method for class 'deb_tetra'
vec_arith.deb_lsd(op, x, y, ...)
## S3 method for class 'deb_lsd'
vec_arith.deb_tetra(op, x, y, ...)
## S3 method for class 'deb_decimal'
vec_arith.deb_tetra(op, x, y, ...)
## S3 method for class 'deb_tetra'
vec_arith.deb_decimal(op, x, y, ...)
op |
Arithmetic operation. |
x, y |
Vectors. |
... |
For future expansion |
A deb_lsd
, deb_tetra
, deb_decimal
or numeric
vector
depending on the inputs and arithmetic operator.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.