findSeason: For a datum, find into which season it belongs to.

Description Usage Arguments Value Examples

Description

Based on definition of seasons by solstices and equinoxes (quinoxi?), find to which a particular date belongs to. Function is based on Josh O'Brien's answer from StackOverflow (http://stackoverflow.com/questions/9500114/find-which-season-a-particular-date-belongs-to).

Usage

1

Arguments

x

Datum of class Date.

Value

Character of the season.

Examples

1
findSeason(as.Date("21.6.2015", format = "%d.%m.%Y"))

romunov/zvau documentation built on May 27, 2019, 1:50 p.m.