Learn R Programming

VedicDateTime (version 0.1.9)

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

Value

New moon day as a Julian day number

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 .

Examples

Run this code
new_moon(2459778,2)
new_moon(2459778,tithi(2459778,c(15.34, 75.13, +5.5)))

Run the code above in your browser using DataLab