choose_peak_points_area: choose the peak

View source: R/finding_peaks.R

choose_peak_points_areaR Documentation

choose the peak

Description

given a matrix that defines the possible sets of points for a parabolic, choose the longest set with an r-squared fit above a certain criteria

Usage

choose_peak_points_area(area_results, min_area = 0.1)

Arguments

area_results

vector of information from test_peak_area

min_area

the minimum area to consider

Value

numeric


MoseleyBioinformaticsLab/FTMS.peakCharacterization documentation built on April 27, 2022, 3:32 a.m.