Learn R Programming

VedicDateTime (version 0.1.9)

tithi: tithi

Description

Tithi for a given place and time

Usage

tithi(jd, place)

Value

Tithi and it's ending time

Arguments

jd

Julian day number

place

Vector containing latitude, longitude and timezone

Examples

Run this code
tithi(2459778,c(15.34, 75.13, +5.5))
tithi(gregorian_to_jd(17,6,2022),c(15.34, 75.13, +5.5))

Run the code above in your browser using DataLab