is.leap: Function to identify is a leap year or not

Description Usage Arguments Value

View source: R/rf1_main.R

Description

Takes a year, returns a 1 if it is a leap year, based on the result of the get.days function

Usage

1
is.leap(year)

Arguments

year

The year to check if it is a leap-year or not

Value

1 for leap year, 0 for non-leap year


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