get.dtindex {ggfortify} | R Documentation |
Convert ts
index to Date
vector
Description
Convert ts
index to Date
vector
Usage
get.dtindex(data, is.tsp = FALSE, is.date = NULL)
Arguments
data |
|
is.tsp |
Logical frag whether data is |
is.date |
Logical frag indicates whether the |
Value
vector
Examples
## Not run:
ggfortify:::get.dtindex(AirPassengers)
ggfortify:::get.dtindex(UKgas)
ggfortify:::get.dtindex(Nile, is.date = FALSE)
ggfortify:::get.dtindex(Nile, is.date = TRUE)
## End(Not run)
[Package ggfortify version 0.4.17 Index]