bulletSmooth: Smooth the surface of a bullet

Description Usage Arguments Value

View source: R/loess.R

Description

Smooth the surface of a bullet

Usage

1
bulletSmooth(data, span = 0.03, limits = c(-5, 5))

Arguments

data

data frame as returned by the function processBullets

span

width of the smoother, defaults to 0.03

limits

vector of the form c(min, max). Results will be limited to be between these values.

Value

data frame of the same form as the input extended by the vector l30 for the smooth.


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