Learn R Programming

calcal (version 1.0.0)

new_moons: Full moons and new moons in Gregorian years

Description

Calculate all the near-full or near-new moons in a vector of Gregorian years

Usage

new_moons(year)

full_moons(year)

Value

A vector of Gregorian dates representing the full moons or new moons in the given years.

A vector of dates

Arguments

year

A vector of Gregorian years

Examples

Run this code
full_moons(2025)
new_moons(2025)

Run the code above in your browser using DataLab