Skip to content

some library files developed for daily data aggregation to week, month, year, water year, DoY, week_year, month_year, decimal_year

License

Notifications You must be signed in to change notification settings

laurencelin/Date_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Date analysis

Given a series of Dates, for example,

w = read.table(...)

w$date = as.Date(paste(w[,'day'], w[,'month'], w[,'year'],sep="-"),format="%d-%m-%Y")

dailyTimeSeries(w$date) # we get the following information

Alt text

About

some library files developed for daily data aggregation to week, month, year, water year, DoY, week_year, month_year, decimal_year

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages