Learn R Programming

rccmisc (version 0.3.7)

psum: Parallel sum

Description

This functin 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
psum(1:10, 1:10, 1:10) 

Run the code above in your browser using DataLab