Average Functions for dfts Objects
average.RdCompute the pointwise "average" values for dfts objects such as mean and median.
Arguments
- x
A dfts object or data which can be automatically converted to that format. See
dfts().- na.rm
Boolean if NA values should be removed. Defaults to TRUE.
- ...
Additional parameters to pass to base R's
minormaxfunctions. They are only used in thetype='fparam'case.