| m2s | R Documentation |
Indication of a season
month2sea(dtm, year_starts = months(0)) sscale2sea(sub_scale, year_starts = months(0))
dtm |
a |
year_starts |
Month object indicating the start of the year |
sub_scale |
integer indicating the season |
3 letter code (as DJF, JJA etc.) specifying the season
month2sea(as.Date('2000-01-01') + months(1:10) )
sscale2sea(c(1, 1, 2, 2, 2, 3, 3), year_starts = months(-1))