names method {mondate} | R Documentation |
Assign names to a mondate.
Description
Function to assign names to a mondate.
Usage
## S3 replacement method for class 'mondate'
names(x) <- value
Arguments
x |
a |
value |
the names to assign to |
Details
Assigns the names attribute to the .Data part of x
.
Examples
YE <- mondate.mdy(12, 31, 2011:2012)
names(YE) <- c("A", "B")
[Package mondate version 1.0 Index]