These functions are the extensions that allow termtools vectors to work with vctrs.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | ## S3 method for class 'term'
vec_arith(op, x, y, ...)
## Default S3 method:
vec_arith.term(op, x, y, ...)
## S3 method for class 'numeric'
vec_arith.term(op, x, y, ...)
## S3 method for class 'term'
vec_arith.numeric(op, x, y, ...)
## S3 method for class 'term'
vec_arith.term(op, x, y, ...)
## S3 method for class 'term'
vec_cast(x, to, ...)
## S3 method for class 'term'
vec_ptype2(x, y, ...)
## S3 method for class 'term'
vec_proxy_compare(x, ...)
## S3 method for class 'term'
vec_proxy_equal(x, ...)
|
op |
Arithmetic operation. |
x, y |
Vectors. |
... |
Arguments passed on to further methods. |
to |
Type to cast to. |
.fn |
Mathematical function. |
.x |
Vector. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.