add: Add together

Description Usage Arguments Value Author(s) See Also Examples

View source: R/add.R

Description

This function adds two numbers together.

Usage

1
add(x, y)

Arguments

x

a number.

y

a number.

Value

A number, the value of "x" pluss the value of "y"

Author(s)

Elisabeth Knudsen, Msc. student at the University of Iceland

See Also

Arithmetic, sum.

Examples

1
2
3
add(134, 288)

add(pi, 56)

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