powered by
This function prepares a calendar frame and returns it as year,month,day (i.e., the 3 first columns of the RClimdex format)
computecal(fy, ly)
first year to work with (past)
last year to work with (present)
3 columns containing year,month,day
# NOT RUN { fy<-1981 ly<-2020 clndr<-computecal(fy,ly) # }
Run the code above in your browser using DataLab