get.days: Function to get number of days in a year (copied from...

Description Usage Arguments Value

View source: R/rf1_main.R

Description

Does not work for years 1900 and before or after 2100 (i.e. it does not handle the Century cases)

Usage

1
get.days(year)

Arguments

year

The year to examine

Value

The number of days in the year (365 for non-leap years, 366 for a leap year)


akeyel/rf1 documentation built on Dec. 28, 2020, 4:48 a.m.