subtraction: Special subtraction of Two Values

Description Usage Arguments Examples

View source: R/my_function.R

Description

subtraction(x,y) adds x and 5 and subtracts three times y.

Usage

1

Arguments

x

a numeric object.

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)
subtraction(x, y)

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