Learn R Programming

VedicDateTime (version 0.1.9)

get_masa_name: get_masa_name

Description

Get name of the Masa for given Julian day number and place.

Usage

get_masa_name(jd, place)

Value

Name of the Masa

Arguments

jd

Julian day number

place

Vector containing latitude, longitude and timezone

Examples

Run this code
get_masa_name(2459778,c(15.34, 75.13, +5.5))
get_masa_name(swephR::swe_julday(2022,7,14,0,swephR::SE$GREG_CAL),c(15.34, 75.13, +5.5))

Run the code above in your browser using DataLab