striation_identify: Match striation marks across two cross sections based on...

Description Usage Arguments Value

View source: R/striations.R

Description

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

Usage

1
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


bulletr documentation built on May 1, 2019, 10:08 p.m.