Description Usage Arguments Value Author(s) References Examples
View source: R/CAAInterpolate_InterpolateToHalves4.R
CAAInterpolate_InterpolateToHalves4
1 | CAAInterpolate_InterpolateToHalves4(Y1, Y2, Y3, Y4)
|
Y1 |
Y1 The first Y value to interpolate from. |
Y2 |
Y2 The second Y value to interpolate from. |
Y3 |
Y3 The third Y value to interpolate from. |
Y4 |
Y4 The fourth Y value to interpolate from. |
Interpolates a function to the middle location where 4 evenly spaced values are provided.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAAInterpolate_InterpolateToHalves4(Y1 = 3.3, Y2 = 2.2, Y3 = 0.35, Y4 = -4.9)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.