Learn R Programming

EGRETci (version 2.0.4)

monthSeqToDec: 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

Run this code
# NOT RUN {
months <- 1558:1600
monthSeqToDec(months)
# }

Run the code above in your browser using DataLab