add: Addition

Description Usage Author(s) Examples

View source: R/add.R

Description

Addition (often signified by the plus symbol "+") is one of the four basic operations of arithmetic, with the others being subtraction, multiplication and division. The addition of two whole numbers is the total amount of those quantities combined. For example, in the picture on the right, there is a combination of three apples and two apples together, making a total of five apples. This observation is equivalent to the mathematical expression "3 + 2 = 5" i.e., "3 add 2 is equal to 5".

Usage

1
add(x, y)

Author(s)

Thakur Dev Pandey

Examples

1
2
## add(2, 4)
## [1] "The sum is: 6"

thakurdev010/test1 documentation built on May 14, 2019, 8:22 a.m.