I am trying to find the peaks (extrema) in a time series by using this function:
ggpmisc:::find_peaks(x, span = 3, ignore_threshold = 0.5)
No