get_peaks {bulletr} | R Documentation |
Identify the location and the depth of peaks and heights at a crosscut
Description
Identify the location and the depth of peaks and heights at a crosscut
Usage
get_peaks(loessdata, column = "resid", smoothfactor = 35, striae = TRUE,
window = TRUE)
Arguments
loessdata |
export from rollapply |
column |
The column which should be smoothed |
smoothfactor |
set to default of 35. Smaller values will pick up on smaller changes in the crosscut. |
striae |
If TRUE, show the detected striae on the plot |
window |
If TRUE, show the window of the striae on the plot |
Value
list of several objects:
[Package bulletr version 0.1 Index]