Displaying 1 result from an estimated 1 matches for "hadcm3".
Did you mean:
adc03
2008 Dec 03
1
how to handle irregularly spaced data as timeseries
...ers I need to simply plot the data as a
timeseries with DATE on the x axis. I am just getting my feet wet with
R, so I'm struggling a bit to follow the help() pages. Can anyone
point me in the proper direction? Thank you in advance.
Here is a piece of the dataframe:
> cloq.worldclim.HADCM3.A2a
DATE YEAR MONTH DAY DOY TMAX TMIN PAR PRECIP
1 15-Jan-2000 2000 1 15 16 -7.2 -19.7 334.99 2.5
2 15-Feb-2000 2000 2 15 46 -3.5 -16.8 471.48 1.7
3 15-Mar-2000 2000 3 15 75 2.7 -9.4 636.96 4.1
4 15-Apr-2000 2000 4 15 106 11.3 -2.1 726.60 5.6...