get_seasondays: Compute the first or last day of seasons for a given year....

Description Usage Arguments Value See Also

View source: R/days.R

Description

Compute the first or last day of seasons for a given year. Useful for retrieving seasonal data.

Usage

1
get_seasondays(year, form = "%j", when = c("first", "last")[1])

Arguments

year

numeric or character the year(s) to compute

form

charcater, by default we return the day of the year

when

character either 'first' or 'last' to indicate the first or last day of the season

Value

a list of character vectors of the last day of the seasons for the years specified with one list element per year

See Also

http://oceancolor.gsfc.nasa.gov/BROWSE_HELP/L3/

Other DAYS: get_8days; get_monthdays


BigelowLab/neracooscrawler documentation built on May 5, 2019, 2:44 p.m.