conv365toGregorian {seas} | R Documentation |
Converts a data.frame
with a 365-day calendar to a proleptic
Gregorian calendar, repeating data from December 30th on a leap year
to the remaining and missing December 31st.
conv365toGregorian(x)
x |
a |
This function may be expanded in the future to be more flexible.
Returns a data.frame
with Gregorian calendar dates.
Mike Toews