new_moon: new_moon

View source: R/new_moon.R

new_moonR 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(opt = 1) or previous new moon day (opt = -1), Default opt = -1 .

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)))

VedicDateTime documentation built on Sept. 20, 2023, 9:08 a.m.