@Shaktiprofile wrote:
in the time series hourly data , date is not starting from 1 january it is infact starting from 25-08-2012 to 25-09-2014
in the ts() function
footfall_5 <- ts(mat[,3],start=c(2012,8,25),freq=365*24)
plot(footfall)
plot is showing the graph from 1 january 2012.
if above syntax is wrong please make it right or another way to do it.
Posts: 1
Participants: 1