Description Usage Arguments Value Author(s) References Examples
View source: R/CAAInterpolate_Interpolate3.R
CAAInterpolate_Interpolate3
1 | CAAInterpolate_Interpolate3(n, Y1, Y2, Y3)
|
n |
n The interpolating factor. |
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. |
Interpolates a function from 3 or 5 points.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAAInterpolate_Interpolate3(n = 1, Y1 = 4, Y2 = 3, Y3 = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.