Learn R Programming

zoocat (version 0.2.0.1)

true_month: Get the true month of a gmon object.

Description

Get the true month of a gmon object.

Usage

true_month(x)

Arguments

x

a gmon object.

Value

a vector.

Examples

Run this code
# 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