get_grooves: Find the grooves of a bullet land

Description Usage Arguments

View source: R/grooves.R

Description

Find the grooves of a bullet land

Usage

1
2
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


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