Description Usage Arguments Details Examples
Function to assign names to a mondate.
1 2 | ## S3 replacement method for class 'mondate'
names(x) <- value
|
x |
a |
value |
the names to assign to |
Assigns the names attribute to the .Data part of x
.
1 2 | YE <- mondate.mdy(12, 31, 2011:2012)
names(YE) <- c("A", "B")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.