Nothing
# ---------------------------------------------------------------------------- #
#' moon_longitude
#'
#' @description Get Lunar longitude for a given Julian day number.
#'
#' @param jd Julian day
#'
#' @return Lunar longitude for \code{jd}
#'
#' @examples
#' moon_longitude(2459778)
#' moon_longitude(2459500)
moon_longitude <- function(jd){
return (swephR::swe_calc_ut(jd, swephR::SE$MOON, swephR::SE$FLG_SWIEPH)$xx[1])
}
# ---------------------------------------------------------------------------- #
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.