computecal {INQC}R Documentation

Prepares a calendar frame

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

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

fy<-1981
ly<-2020
clndr<-computecal(fy,ly)

[Package INQC version 2.0.5 Index]