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)

USGS-R/EGRETci documentation built on April 17, 2023, 8 p.m.