ct_mean.Rd
Computes the arithmetic mean of the values of a vector.
ct_mean(x)
A numeric vector.
A number - the mean of the numbers in x.
ct_mean(c(10,50,12,43)) #> [1] 28.75