month2Season | R Documentation |
Convert numeric month to season: Winter = Dec-Feb, Spring = Mar-May, Summer = Jun-Aug, Fall = Sep-Nov
month2Season(x)
x |
a vector of months from 1:12 |
Eric Archer eric.archer@noaa.gov
months <- sample(1:12, 10, rep = TRUE)
months
month2Season(months)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.