powered by
gmon
Get the true month of a gmon object.
true_month(x)
a gmon object.
a vector.
# NOT RUN { num.mon <- -25 : 15 gm <- gmon(num.mon) tm <- true_month(gm) cbind(gm, tm) # }
Run the code above in your browser using DataLab