Averages the array along the posdim dimension along the user specified
dimension. The user can specify a subset of the dimension to take the mean
along.
Usage
Mean1Dim(var, posdim, narm = TRUE, limits = NULL)
Arguments
var
Matrix to average.
posdim
Dimension to average along.
narm
Ignore NA (TRUE) values or not (FALSE).
limits
Limits to average between. Default is to take the mean along
the entire dimension.
Value
Array with one dimension less than the input array, containing
the average along the posdim dimension.