add: Sum up two variables

Description Usage Arguments Value Examples

View source: R/add.R

Description

What is the sum of a and b?

Usage

1
add(a, b, plot = FALSE)

Arguments

a

numeric

b

numeric

plot

Makes plot if TRUE

Value

Returns a numeric that is the sum of a and b.

Examples

1
2
add(7,2)
add(4,16,plot=TRUE)

o1iv3r/CIexamplePkg documentation built on Nov. 4, 2019, 10:12 p.m.