cast_month: Cast month of a 'zoomly' object

Description Usage Arguments Examples

Description

Cast month of a zoomly object

Usage

1

Arguments

x

a zoocat object.

Examples

1
2
3
4
5
x <- matrix(1 : 20, nrow = 5)
colAttr <- data.frame(month = c(2, 3, 5, 6), name = c(rep('xxx', 3), 'yyy'))
zc <- zoocat(x, order.by = 1991 : 1995, colattr = colAttr)
zmelt <- melt_month(as.zoomly(zc))
cast_month(zmelt)

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