onion (version 1.2-7)

sum.onion: Sum of onionic vectors

Description

Returns the onionic sum of all values present in its arguments.

Usage

# S3 method for onion
sum(..., na.rm = FALSE)

Arguments

Onionic vectors

na.rm

Boolean with default FALSE meaning to sum with NA values in place and TRUE meaning to ignore them.

Examples

Run this code
# NOT RUN {
sum(roct(5))
sum(Oil,Oj,O1)
sum(roct(5),100*Ok)
# }

Run the code above in your browser using DataLab