monthSeqToDec {EGRETci}R 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)

[Package EGRETci version 2.0.4 Index]