season.default | R Documentation |
Used to estimate Dec-Feb, Mar-May, Jun-Aug, and Sep-Nov statistics Manipulate the zoo-object by shifting the year/chonology so that zoo thinks the year defined as December-November is January-December.
## Default S3 method:
season(x, format = "character", verbose = FALSE)
x |
an object of, e.g., class 'station', 'field', or 'zoo', or a date |
format |
for season, set the format of the output 'character' or 'numeric' |
season
return the seasons associated with the data.
a numeric or character
year month
data(bjornholt)
year(bjornholt)
month(bjornholt)
day(bjornholt)
season(bjornholt)
season(bjornholt, format="numeric")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.