computecal: Prepares a calendar frame

Description Usage Arguments Value Examples

View source: R/computecal.R

Description

This function prepares a calendar frame and returns it as year,month,day (i.e., the 3 first columns of the RClimdex format)

Usage

1
computecal(fy, ly)

Arguments

fy

first year to work with (past)

ly

last year to work with (present)

Value

3 columns containing year,month,day

Examples

1
2
3
fy<-1981
ly<-2020
clndr<-computecal(fy,ly)

INQC documentation built on May 24, 2021, 5:07 p.m.