average.Rd
Computes arithmetic means
average(x, min_valid, max_na, func = mean(.))
Vector
Minimal number of valid values that is required for calculating the mean. A value between 0 and 1 indicates a proportion of values (e.g., 0.5 = 50 percent of values have to be valid).
Maximum number of NAs that are allowed before returning NA. A value between 0 and 1 indicates a proportion of values (e.g., 0.5 = 50 percent NAs are allowed).
Function without the header function(.)
for calculating the
average.