View source: R/functions_range.R
find_first_zero_cross | R Documentation |
Calculates the zero of a function by linear interpolation between the first two points either side of zero.
find_first_zero_cross(x)
x |
Function values, assumed to be ordered |
Index of first value of x
that lies below 0. Decimal values will be returned using a simple interpolation of the two values straddling 0.
find_zeros_cross
, compute_effective_range
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.