true_month: Get the true month of a 'gmon' object.

Description Usage Arguments Value Examples

Description

Get the true month of a gmon object.

Usage

1

Arguments

x

a gmon object.

Value

a vector.

Examples

1
2
3
4
num.mon <- -25 : 15
gm <- gmon(num.mon)
tm <- true_month(gm)
cbind(gm, tm)

zoocat documentation built on May 2, 2019, 10:22 a.m.