smooth_function: Calculates a smoothed fit for a set of values, a span value...

Description Usage Arguments

Description

Calculates a smoothed fit for a set of values, a span value can be set / found by using optimal_span()

Usage

1
smooth_function(x = NULL, y = NULL, span = 0.4)

Arguments

x

a vector with dates / time steps

y

a vector with measurement values to smooth

span

optional values to weigh the loess fit with


khufkens/cropmonitor documentation built on May 31, 2019, 8:29 a.m.