| get.dtindex {ggfortify} | R Documentation |
ts index to Date vectorConvert ts index to Date vector
get.dtindex(data, is.tsp = FALSE, is.date = NULL)
data |
|
is.tsp |
Logical frag whether data is |
is.date |
Logical frag indicates whether the |
vector
ggfortify:::get.dtindex(AirPassengers) ggfortify:::get.dtindex(UKgas) ggfortify:::get.dtindex(Nile, is.date = FALSE) ggfortify:::get.dtindex(Nile, is.date = TRUE)