Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 271 Bytes

File metadata and controls

10 lines (6 loc) · 271 Bytes

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