get_yoga_name {VedicDateTime} | R Documentation |
get_yoga_name
Description
Get name(s) of the Yoga for given Julian day number and place.
Usage
get_yoga_name(jd, place)
Arguments
jd |
Julian day number |
place |
Vector containing latitude, longitude and timezone |
Value
Name(s) of the Yoga and its ending time.
Examples
get_yoga_name(2459778,c(15.34, 75.13, +5.5))
get_yoga_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]