removeClosedExtreme {phenofit} | R Documentation |
rm too closed peaks or troughs
Description
rm too closed peaks or troughs
Usage
removeClosedExtreme(pos, ypred, A = NULL, y_min)
Arguments
pos |
data.table with the columns of |
Value
A data.table with the columns of:
"val", "pos", "left", "right", "type"
Examples
#removeClosedExtreme(pos, ypred, A, y_min)
[Package phenofit version 0.3.9 Index]