CAAInterpolate_Interpolate5: CAAInterpolate_Interpolate5

Description Usage Arguments Author(s) References Examples

View source: R/CAAInterpolate_Interpolate5.R

Description

CAAInterpolate_Interpolate5

Usage

1
CAAInterpolate_Interpolate5(n, Y1, Y2, Y3, Y4, Y5)

Arguments

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.

Y4

Y4 The fourth Y value to interpolate from.

Y5

Y5 The fifth Y value to interpolate from.

Author(s)

C++ code by PJ Naughter, imported to R by Jinlong Zhang

References

Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.

Examples

1
CAAInterpolate_Interpolate5(n = 1, Y1 = 9, Y2 = 8, Y3 = 6, Y4 = 2, Y5 = 1)

helixcn/skycalc documentation built on March 31, 2021, 5:45 a.m.