powered by
Date
vector
ts
Get Date vector continue to ts index
get.dtindex.continuous(data, length, is.tsp = FALSE, is.date = NULL)
ts instance
A number to continue
Logical frag whether data is tsp itself or not
tsp
Logical frag indicates whether the stats::ts is date or not. If not provided, regard the input as date when the frequency is 4 or 12.
stats::ts
if (FALSE) { ggfortify:::get.dtindex.continuous(AirPassengers, length = 10) ggfortify:::get.dtindex.continuous(UKgas, length = 10) }
Run the code above in your browser using DataLab