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