tmean.Rd
This is a simple wrapper around mean(x, trim)
tmean(x, trim = 0.25, na.rm = TRUE)
A numeric vector
the amount to trim
Whether or not to remove NA values. Default = TRUE.