vec_arith.tabxplor_fmt | R Documentation |
Vec_arith method for fmt
## 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, ...)
op |
Operation to do. |
x |
fmt object. |
y |
Second object. |
... |
Other parameter. |
A fmt vector
A fmt vector
A fmt vector
A fmt vector
A fmt vector
A fmt vector
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
vec_arith.numeric(tabxplor_fmt)
: vec_arith method for numeric + fmt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.