add: Basic calculations

Description Usage Arguments Value Examples

View source: R/calculations.R

Description

Some useful operations like + and *

Usage

1
2
3
add(x, y)

multiply(x, y)

Arguments

x

Numeric.

y

Numeric.

Value

The sum or the product of x and y.

Examples

1
add(4, 7)

StateOfTheR/LCpackage documentation built on April 19, 2020, 6:05 p.m.