get_tithi_name {VedicDateTime}R Documentation

get_tithi_name

Description

Get name(s) of the Tithi for given Julian day number and place.

Usage

get_tithi_name(jd, place)

Arguments

jd

Julian day number

place

Vector containing latitude, longitude and timezone

Value

Name(s) of the Tithi and its ending time.

Examples

get_tithi_name(2459778,c(15.34, 75.13, +5.5))
get_tithi_name(swephR::swe_julday(2022,7,14,0,swephR::SE$GREG_CAL),c(15.34, 75.13, +5.5))

[Package VedicDateTime version 0.1.9 Index]