vec_arith.color_vctr: Arithmatic

Description Usage Arguments

View source: R/color_vctr_arith.R View source: R/color_vctr.R

Description

Arithmatic

Arithmatic

Usage

1
2
3
4
5
## S3 method for class 'color_vctr'
vec_arith(op, x, y, ...)

## S3 method for class 'color_vctr'
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.


thebioengineer/colortable documentation built on Sept. 2, 2020, 10:35 a.m.