middle_massage: Re-index the interior of vector by threshold Merge the...

middle_massageR Documentation

Re-index the interior of vector by threshold Merge the interior values of a vector if they are less then the provided threshold. Merging will look "up" and "down" the vector and merge into the smaller of the two.

Description

Re-index the interior of vector by threshold Merge the interior values of a vector if they are less then the provided threshold. Merging will look "up" and "down" the vector and merge into the smaller of the two.

Usage

middle_massage(x, ind, thres)

Arguments

x

vector of values

ind

current index values

thres

threshold to evaluate x

Value

a vector of length(x) containing grouping indexes


NOAA-OWP/hyAggregate documentation built on Aug. 13, 2022, 1:36 p.m.