monthSeqToDec: monthSeqToDec

Description Usage Arguments Examples

View source: R/predictionIntervals.R

Description

Convert a sequence of month integers into their decimal years.

Usage

1
monthSeqToDec(monthSeq)

Arguments

monthSeq

integer vector of months. Month 1 is considered Jan. 1850.

Examples

1
2
months <- 1558:1600
monthSeqToDec(months)

EGRETci documentation built on April 13, 2021, 5:08 p.m.