conv365toGregorian {seas}R Documentation

Converts a data.frame using a 365-day calendar to a Gregorian calendar

Description

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.

Usage

conv365toGregorian(x)

Arguments

x

a data.frame with a date column

Details

This function may be expanded in the future to be more flexible.

Value

Returns a data.frame with Gregorian calendar dates.

Author(s)

Mike Toews


[Package seas version 0.6-0 Index]