striation_identify {bulletr}R Documentation

Match striation marks across two cross sections based on previously identified peaks and valleys

Description

Match striation marks across two cross sections based on previously identified peaks and valleys

Usage

striation_identify(lines1, lines2)

Arguments

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

Value

data frame of the same form as lines1 and lines2, but consisting of an additional variable of whether the striation marks are matches


[Package bulletr version 0.1 Index]