Returns the Moon's phase as an angle from 0 to 360 degrees, where 0 is new moon, 90 is first quarter, 180 is full moon, and 270 is third quarter.
Examples
astro_moon_phase(as.POSIXct("2025-02-19 12:00:00", tz = "UTC"))
#> [1] 256.4968
Returns the Moon's phase as an angle from 0 to 360 degrees, where 0 is new moon, 90 is first quarter, 180 is full moon, and 270 is third quarter.
astro_moon_phase(as.POSIXct("2025-02-19 12:00:00", tz = "UTC"))
#> [1] 256.4968