vec_ptype2.hd_Bin | R Documentation |
These functions are the extensions that allow debkeepr vectors to work with vctrs.
## S3 method for class 'hd_Bin'
vec_ptype2(x, y, ...)
## S3 method for class 'hd_Bin'
vec_cast(x, to, ...)
## S3 method for class 'hd_Cat'
vec_ptype2(x, y, ...)
## S3 method for class 'hd_Cat'
vec_cast(x, to, ...)
## S3 method for class 'hd_Dat'
vec_ptype2(x, y, ...)
## S3 method for class 'hd_Dat'
vec_cast(x, to, ...)
## S3 method for class 'hd_Gcd'
vec_ptype2(x, y, ...)
## S3 method for class 'hd_Gcd'
vec_cast(x, to, ...)
## S3 method for class 'hd_Gnm'
vec_ptype2(x, y, ...)
## S3 method for class 'hd_Gnm'
vec_cast(x, to, ...)
## S3 method for class 'hd_Img'
vec_ptype2(x, y, ...)
## S3 method for class 'hd_Img'
vec_cast(x, to, ...)
x, y |
Vectors. |
... |
Arguments passed on to further methods. |
to |
Type to cast to. |
op |
Arithmetic operation. |
.fn |
Mathematical function. |
.x |
Vector. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.