classify_season: Classify a datetime sequence into seasons

Description Usage Arguments Examples

View source: R/classify_season.R

Description

This function classifies single entries of a datetime sequence into the 4 seasons.

Usage

1
classify_season(timestamps, convention = "month_initials")

Arguments

timestamps

date or POSIXct sequence

convention

string, a convention that is used to determine the seasons. Can be set to 'northern hemisphere', 'southern hemisphere' or 'month_initials'. In the last case the initials of the months that fall into a single season will be used to name the seasons.

Examples

1
classify_season(df$Datetime, convention = 'month_initials')

sitscholl/rebecka_package documentation built on Aug. 25, 2020, 4:20 a.m.