vec_arith.tabxplor_fmt {tabxplor} | R Documentation |
Vec_arith method for fmt
Description
Vec_arith method for fmt
Usage
## S3 method for class 'tabxplor_fmt'
vec_arith(op, x, y, ...)
## Default S3 method:
vec_arith.tabxplor_fmt(op, x, y, ...)
## S3 method for class 'tabxplor_fmt'
vec_arith.tabxplor_fmt(op, x, y, ...)
## S3 method for class 'numeric'
vec_arith.tabxplor_fmt(op, x, y, ...)
## S3 method for class 'tabxplor_fmt'
vec_arith.numeric(op, x, y, ...)
## S3 method for class 'MISSING'
vec_arith.tabxplor_fmt(op, x, y, ...)
Arguments
op |
Operation to do. |
x |
fmt object. |
y |
Second object. |
... |
Other parameter. |
Value
A fmt vector
A fmt vector
A fmt vector
A fmt vector
A fmt vector
A fmt vector
Methods (by class)
-
vec_arith.tabxplor_fmt(default)
: default vec_arith method for fmt -
vec_arith.tabxplor_fmt(tabxplor_fmt)
: vec_arith method for fmt + fmt -
vec_arith.tabxplor_fmt(numeric)
: vec_arith method for fmt + numeric -
vec_arith.tabxplor_fmt(MISSING)
: vec_arith method for -fmt
Functions
-
vec_arith.numeric(tabxplor_fmt)
: vec_arith method for numeric + fmt
[Package tabxplor version 1.1.3 Index]