Learn R Programming

ddR (version 0.1.1)

sum,DObject-method: Gets the sum of the objects.

Description

Gets the sum of the objects.

Usage

## S3 method for class 'DObject':
sum(x, ..., na.rm = FALSE)

Arguments

x
The first distributed object
...
Other objects
na.rm
If TRUE, removes the NA values.