I have a DB like this:
a <-c(4, 2, 10, 2, 10, 6, 2)
b <-c(4, 6, 70, 8, 18, 4, 3)
rbind(a,b)
I can create something like this:
x <- (4, 4, 2, 6, 10, 70, 2, 8, 10, 18, 6, 4, 3)
A DB that contains a and b order in this way, it is possible? I need to do a time series and the value must be in the same position