year | R Documentation |
year
, month
, day
, season
return the years, months, days, and seasons
associated with the data.
year(x, verbose = FALSE)
x |
an object of, e.g., class 'station', 'field', or 'zoo', or a date |
a numeric for year
, month
, and day
; A numeric or character for season
season season.default
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.