vctrs-compat: vctrs compatibility functions for math, casting, coercion,...

vec_ptype2.hd_BinR Documentation

vctrs compatibility functions for math, casting, coercion, and comparison

Description

These functions are the extensions that allow debkeepr vectors to work with vctrs.

Usage

## 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, ...)

Arguments

x, y

Vectors.

...

Arguments passed on to further methods.

to

Type to cast to.

op

Arithmetic operation.

.fn

Mathematical function.

.x

Vector.


datasketch/homodatum documentation built on May 1, 2023, 12:17 a.m.