I have a set of data that spans 6 years with data points 3 times of each year. I am trying to create an object to feed into R's forecasting package but I need the data to appear like the following but am not able to figure out the frequency or deltat logic on the ts().
2002 23 24 19
2003 03 23 20
2004 18 18 19
2005 12 21 29
Thanks