season: Returns the season of an array of dates.

Description Usage Arguments Author(s) Examples

Description

Returns the season of an array of dates.

Usage

1

Arguments

date

Array of dates. Must cover the 4 seasons.

Author(s)

Dominique Makowski

Examples

1
2
3
require(neuropsychology)
dates <- c("2017-02-15", "2017-05-15", "2017-08-15", "2017-11-15")
season(dates)

neuropsychology/neuropsychology.R documentation built on May 23, 2019, 4:27 p.m.