Average Functions for dfts Objects
average.Rd
Compute 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
min
ormax
functions. They are only used in thetype='fparam'
case.