powered by
Finds the first lunar quarter (new moon, first quarter, full moon, or third quarter) after the specified date and time.
astro_search_moon_quarter(start_time)
A list with:
Integer 0-3: 0 = new moon, 1 = first quarter, 2 = full moon, 3 = third quarter.
POSIXct datetime of the lunar quarter.
A POSIXct datetime to begin the search.
start <- as.POSIXct("2025-02-19", tz = "UTC") astro_search_moon_quarter(start)
Run the code above in your browser using DataLab