powered by
Convert a sequence of month integers into their decimal years.
monthSeqToDec(monthSeq)
integer vector of months. Month 1 is considered Jan. 1850.
# NOT RUN { months <- 1558:1600 monthSeqToDec(months) # }
Run the code above in your browser using DataLab