Learn R Programming

isoreader (version 1.3.2)

vec_arith.iso_double_with_units: vec_arith for iso_double_with_units

Description

vec_arith for iso_double_with_units

Usage

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

Arguments

op

An arithmetic operator as a string

x

A pair of vectors. For !, unary + and unary -, y will be a sentinel object of class MISSING, as created by MISSING().

y

A pair of vectors. For !, unary + and unary -, y will be a sentinel object of class MISSING, as created by MISSING().

...

These dots are for future extensions and must be empty.