alttip 0.0.0.9000
Get started
Reference
Changelog
On this page
Add two numbers
Description
Usage
Arguments
Value
Examples
Add two numbers
Description
Add two numbers
Usage
add(x, y)
Arguments
x
A numeric value.
y
A numeric value.
Value
The sum of
x
and
y
.
Examples
library
(
"alttip"
)
add
(
1
,
2
)
[1] 3
add(x, y)
Add two numbers