Applies a smoothing spline to a data series, potentially with gaps
smooth_point.Rd
Builds a smoothing spline for y(x), where y
may contain gaps (NAs).
Ignores the NAs. The uses the spline to interpolate values at the
same x
coordinates, potentially filling in the gaps.