addition: Special Addition of Two Values

Description Usage Arguments Examples

View source: R/my_function.R

Description

addition(x,y) takes two times x and adds it to y.

Usage

1
addition(x, y)

Arguments

x

a numeric object. Will be multiplied by 2.

y

a numeric object. Should be of same length as x.

Examples

1
2
3
x <- c(1, 2, 3)
y <- c(1, 4, 5)
addition(x, y)

tarusinghal/trial2 documentation built on March 13, 2021, 12:08 a.m.