Match striation marks across two cross sections based on previously identified peaks and valleys
striation_identify(lines1, lines2)
lines1 | data frame as returned from get_peaks function. data frames are expected to have the following variables: xmin, xmax, group, type, bullet, heights |
---|---|
lines2 | data frame as returned from get_peaks function. data frames are expected to have the following variables: xmin, xmax, group, type, bullet, heights |
data frame of the same form as lines1 and lines2, but consisting of an additional variable of whether the striation marks are matches