subtract: Subtract y from x

Description Usage Arguments Value Author(s) See Also Examples

View source: R/subtract.R

Description

This function subtracts y from x.

Usage

1
subtract(x, y)

Arguments

x

a number.

y

a number.

Value

A number, value of x subtracted by the value of y.

Author(s)

Sebastien Matlosz

See Also

Arithmetic, twice

Examples

1
2
3
subtract(10,8)

subtract(pi, (pi+1))

arnima-github/biometry2 documentation built on May 26, 2019, 6:44 p.m.