operation: Perform some operation

Description Usage Arguments

View source: R/operation.R

Description

Given two input values, perform some arithmetic operation on them.

Usage

1
operation(x, y, op)

Arguments

x

The first input value. This should only take a single value.

y

The second input value. Should have the same dimensionality as first.

op

The arithmetic operation to be run on x and y.


cbaehr/operation documentation built on Feb. 14, 2020, 12:35 a.m.