bulletCheckCrossCut {bulletr} | R Documentation |
Identifying a reliable cross section
Description
Should be changed: x should just indicate lower and upper limit. That is cleaner and should speed things up as well.
Usage
bulletCheckCrossCut(path, bullet = NULL, distance = 25, xlimits = c(50,
500), minccf = 0.9, span = 0.03)
Arguments
path |
path to an x3p file |
bullet |
If passed in, the actual bullet already loaded |
distance |
positive numeric value indicating the distance between cross sections to use for a comparison |
xlimits |
vector of values between which to check for cross sections in a stable region |
minccf |
minimal value of cross correlation to indicate a stable region |
span |
The span for the loess smooth function |
[Package bulletr version 0.1 Index]