powered by
Convert numeric month to season: Winter = Dec-Feb, Spring = Mar-May, Summer = Jun-Aug, Fall = Sep-Nov
month2Season(x)
a vector of months from 1:12
Eric Archer eric.archer@noaa.gov
months <- sample(1:12, 10, rep = TRUE) months month2Season(months)
Run the code above in your browser using DataLab