array-method {mondate} | R Documentation |
Array Methods
Description
Apply array attributes to a mondate
.
Methods
array(data = NA, dim = length(data), dimnames = NULL)
-
Shapes
mondate
data
as a matrix. Inherits themondate
's other properties. Seearray
for further details.
Examples
M <- mondate.mdy(12, 31, 2006:2011, timeunits = "years") # 6 year-ends
array(M, c(2,3))
[Package mondate version 1.0 Index]