yrstart: An integer defining the start year of dates covered by the dataframe.
yrend: An integer defining the end year of dates covered by the dataframe.
startmoy: An integer defining the start month-of-year of dates covered by the dataframe. Defaults to 1.
startdoy: An integer defining the start day-of-year of dates covered by the dataframe. Defaults to 1.
freq: A character string specifying the time steps of dates (in rows). Defaults to "days". Any of "days", "months", "years". If freq = "months" the 15th day of the months is used as date, and if freq = "years" the 1st of January of each year is returned.
endmoy: An integer defining the end month-of-year of dates covered by the dataframe. Defaults to 12.
enddom: An integer defining the end day-of-year of dates covered by the dataframe. Defaults to 31.
noleap: Whether leap years are ignored, that is, whether the 29th