monthSeqToDec: monthSeqToDec

View source: R/predictionIntervals.R

monthSeqToDecR Documentation

monthSeqToDec

Description

Convert a sequence of month integers into their decimal years.

Usage

monthSeqToDec(monthSeq)

Arguments

monthSeq

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

Examples


months <- 1558:1600
monthSeqToDec(months)

EGRETci documentation built on June 8, 2025, 11:08 a.m.