get_grooves_rollapply: Using rollapply to find grooves in a crosscut

Description Usage Arguments

Description

Using rollapply to find grooves in a crosscut

Usage

1
2
3
get_grooves_rollapply(bullet, smoothfactor = 15, adjust = 10,
  groove_cutoff = 400, mean_left = NULL, mean_right = NULL,
  mean_window = 100)

Arguments

bullet

data frame with topological data in x-y-z format

smoothfactor

The smoothing window to use

adjust

positive number to adjust the grooves

groove_cutoff

The index at which a groove cannot exist past

mean_left

If provided, the location of the average left groove

mean_right

If provided, the location of the average right groove

mean_window

The window around the means to use


erichare/bulletr documentation built on May 16, 2019, 8:26 a.m.