Learn R Programming

incadata (version 0.9.1)

psum: Parallel sum

Description

This function is to sum, what pmin and pmax is to min and max.

Usage

psum(..., na.rm = FALSE)

Arguments

...

numeric vectors

na.rm

a logical indicating whether missing values should be removed.

Examples

Run this code
# NOT RUN {
psum(1:10, 1:10, 1:10) 
# }

Run the code above in your browser using DataLab