powered by
Removes peaks from a given interval.
remove_peaks_interval(sample.df, peak.val.min, peak.val.max)
data frame with the samples' peaks.
minimum peak value.
maximum peak value.
Returns a data frame with the filtered samples' peaks.
# NOT RUN { ## Example of removing a interval of peaks library(specmine.datasets) data(propolisSampleList) samples.df = remove_peaks_interval(propolisSampleList[[1]], 2, 8.05) # }
Run the code above in your browser using DataLab