Learn R Programming

phenofit (version 0.3.9)

removeClosedExtreme: rm too closed peaks or troughs

Description

rm too closed peaks or troughs

Usage

removeClosedExtreme(pos, ypred, A = NULL, y_min)

Value

A data.table with the columns of: "val", "pos", "left", "right", "type"

Arguments

pos

data.table with the columns of "val", "pos", "left", "right", "type".

Examples

Run this code
#removeClosedExtreme(pos, ypred, A, y_min)

Run the code above in your browser using DataLab