Learn R Programming

bulletr (version 0.1)

get_grooves: Find the grooves of a bullet land

Description

Find the grooves of a bullet land

Usage

get_grooves(bullet, smoothfactor = 15, adjust = 10, groove_cutoff = 400,
  mean_left = NULL, mean_right = NULL, mean_window = 100)

Arguments

bullet
data frame with topological data
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