subtract: Subtract the second number from the first.

Description Usage Arguments Value Examples

View source: R/math.R

Description

Subtract the second number from the first.

Usage

1
subtract(x, y)

Arguments

x

A number.

y

A number.

Value

The result of x - y

Examples

1
2
subtract(2, 1)
subtract(70, 80)

arauner2/CIforR documentation built on Nov. 3, 2019, 1:55 p.m.