Description Usage Arguments Details Value Author(s)
calculate factors to denote the season for uStar-Filtering by specifying starting day of years
1 2 3 | usCreateSeasonFactorYday(dates, yday = as.POSIXlt(dates)$yday +
1L, year = as.POSIXlt(dates)$year + 1900L, startYday = c(335,
60, 152, 244))
|
dates |
POSIXct vector of length of the data set to be filled, specifying the center-time of each record |
yday |
integer (1-366) vector of length of the data set to be filled, specifying the day of the year (1..366) for each record |
year |
integer vector of length of the data set to be filled, specifying the year |
startYday |
integer vector (1-366) specifying the starting yearDay for each season in increasing order |
With default parameterization, dates are assumed to denote begin or center of the eddy time period.
If working with dates that denote the end of the period, use yday=as.POSIXlt(fGetBeginOfEddyPeriod(dates))$yday
Integer vector of nrow ds, each unique class representing one season
TW
seealso usCreateSeasonFactorMonth
(Department for Biogeochemical Integration at MPI-BGC, Jena, Germany)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.