isoweek_to_seasonweek_n: ISO week to season week (numeric). Season week 1 is natural...

View source: R/conversion_season.R

isoweek_to_seasonweek_nR Documentation

ISO week to season week (numeric). Season week 1 is natural week 35.

Description

ISO week to season week (numeric). Season week 1 is natural week 35.

Usage

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)

Arguments

x

ISO week in a year (numeric), between 1 and 53. ISO week 53 is season week 18.5

Value

Season week in numeric

Examples

isoweek_to_seasonweek_n(31)

cstime documentation built on Nov. 5, 2025, 5:47 p.m.