This functin is to sum, what pmin and pmax is to min and max.
psum(..., na.rm = FALSE)
...
numeric vectors
na.rm
a logical indicating whether missing values should be removed.
psum(1:10, 1:10, 1:10)