ffp-vctrs {ffp} | R Documentation |
Internal vctrs methods
Description
Internal vctrs methods
Usage
new_ffp(x = double(), ...)
## S3 method for class 'ffp'
vec_ptype_abbr(x, ...)
## S3 method for class 'ffp.ffp'
vec_ptype2(x, y, ...)
## S3 method for class 'ffp.double'
vec_ptype2(x, y, ...)
## S3 method for class 'double.ffp'
vec_ptype2(x, y, ...)
## S3 method for class 'ffp.ffp'
vec_cast(x, to, ...)
## S3 method for class 'ffp.double'
vec_cast(x, to, ...)
## S3 method for class 'double.ffp'
vec_cast(x, to, ...)
## S3 method for class 'ffp'
obj_print_data(x, ...)
## S3 method for class 'ffp'
vec_math(.fn, .x, ...)
## S3 method for class 'ffp'
vec_arith(op, x, y, ...)
Arguments
x |
A numeric vector. |
Value
No return value, called for side effects.
[Package ffp version 0.2.2 Index]