Learn R Programming

ffp (version 0.2.2)

ffp-vctrs: Internal vctrs methods

Description

Internal vctrs methods

Usage

new_ffp(x = double(), ...)

# S3 method for ffp vec_ptype_abbr(x, ...)

# S3 method for ffp.ffp vec_ptype2(x, y, ...)

# S3 method for ffp.double vec_ptype2(x, y, ...)

# S3 method for double.ffp vec_ptype2(x, y, ...)

# S3 method for ffp.ffp vec_cast(x, to, ...)

# S3 method for ffp.double vec_cast(x, to, ...)

# S3 method for double.ffp vec_cast(x, to, ...)

# S3 method for ffp obj_print_data(x, ...)

# S3 method for ffp vec_math(.fn, .x, ...)

# S3 method for ffp vec_arith(op, x, y, ...)

Value

No return value, called for side effects.

Arguments

x

A numeric vector.