Learn R Programming

bigstatsr (version 0.6.2)

plus: Add

Description

Add multiple arguments

Usage

plus(...)

Arguments

...

Multiple arguments to be added together

Value

Reduce('+', list(...))

Examples

Run this code
# NOT RUN {
plus(1:3, 4:6, 1:3)
# }

Run the code above in your browser using DataLab