int_sin.RdCreate sinusoidal interpolation based on two values, minv and
maxv. The lower and upper bounds/peaks of the function.
int_sin(minv, maxv, period = 365, x = period, phi = -pi/2)Numeric vector with the interpolated function. Same length as
x. Returned invisibly, so it must be assigned to a variable.
int_sin(-1, 1)
int_sin(-1, 1, period = 10)