Learn R Programming

lunar (version 0.1-04)

lunar.8phases: Lunar Phase Categories (8)

Description

Return 8 category labels for lunar phases.

Usage

lunar.8phases

Arguments

Format

 chr [1:8] "New" "Waxing crescent" "First quarter" "Waxing gibbous" "Full" "Waning gibbous" ...

Details

These are category names corresponding to phases of the moon. Moon phase category names may be returned in the output of the lunar.phase function if its name option is set to TRUE.

See Also

lunar.phase

Examples

Run this code
# NOT RUN {
print(lunar.8phases)
# }

Run the code above in your browser using DataLab