Learn R Programming

phenofit (version 0.3.2)

removeClosedExtreme: rm too closed peaks or troughs

Description

rm too closed peaks or troughs

Usage

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

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, minpeakdistance)

Run the code above in your browser using DataLab