distance (in x) in each direction to look for observations to be used in the trimmed mean
meanTrim
proportion of trim to use in trimmed mean
nProbes
minimum number of observations required within window
Value
vector (of the same length as sp giving the trimmed mean smoothed values
Details
Using the specified probe window, this procedure uses all values within the window and calculates a trimmed mean with the specified amount of trim. If there are not enough observations within the window at a given position (as given by nProbes), a zero is returned.