ffp-vctrs: Internal vctrs methods

ffp-vctrsR 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.


Reckziegel/FFP documentation built on Oct. 2, 2022, 3:40 a.m.