Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 314 Bytes

File metadata and controls

17 lines (15 loc) · 314 Bytes
require(devtools)
devtools::load_all()
station <- 51423
begin <- 2013
end <- 2018
#download.ClimateData(station, begin, end, "hourly", "curl")
#compile.ClimateData(station, begin, end, T)
plot.Climate(station, years=c(begin:end))
plot.Climate(station, years=c(begin:end), mode="Date")