Rdocumentation
powered by
Learn R Programming
ddR (version 0.1.1)
mean,DObject-method: Gets the mean value of the elements within the object.
Description
Gets the mean value of the elements within the object.
Usage
## S3 method for class 'DObject': mean(x, trim = 0, na.rm = FALSE, ...)
Arguments
x
The distributed object to get the mean of.
trim
Not supported yet.
na.rm
If TRUE, removes NA values.
...
Other args.