festivals: Dates of solstices, equinoxes and cross-quarter days in an...

Description Usage Arguments Value Examples

View source: R/general.R

Description

Dates of solstices, equinoxes and cross-quarter days in an interval

Usage

1
festivals(from, to, silent = FALSE)

Arguments

from

Initial value of the interval to be searched

to

Final value of the interval to be searched

silent

If false a text progress bar is shown

Value

a data frame with two columns: festival identifying the festival and date the corresponding Julian date

Examples

1
2
3
from <- str2jd("2014-03-08")
to <- str2jd("2018-03-08")
festivals(from,to)

Susarro/arqastwb documentation built on May 21, 2019, 10:28 a.m.