new_moon {VedicDateTime} | R Documentation |
new_moon
Description
Julian day representing the new moon day for a given Julian day number and tithi
Usage
new_moon(jd, tithi_, opt = -1)
Arguments
jd |
Julian day number |
tithi_ |
Number associated with the tithi |
opt |
Option to select next new moon day( |
Value
New moon day as a Julian day number
Examples
new_moon(2459778,2)
new_moon(2459778,tithi(2459778,c(15.34, 75.13, +5.5)))
[Package VedicDateTime version 0.1.9 Index]