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