isoweek_to_seasonweek_n {cstime} | R Documentation |
ISO week to season week (numeric). Season week 1 is natural week 30.
isoweek_to_seasonweek_n(x)
## Default S3 method:
isoweek_to_seasonweek_n(x)
## S3 method for class 'character'
isoweek_to_seasonweek_n(x)
## S3 method for class 'numeric'
isoweek_to_seasonweek_n(x)
x |
ISO week in a year (numeric), between 1 and 53. ISO week 53 is season week 23.5 |
Season week in numeric
isoweek_to_seasonweek_n(31)