| bulletSmooth {bulletr} | R Documentation | 
Smooth the surface of a bullet
Description
Smooth the surface of a bullet
Usage
bulletSmooth(data, span = 0.03, limits = c(-5, 5))
Arguments
| data | data frame as returned by the function  | 
| 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.
[Package bulletr version 0.1 Index]