I have a time series and I have reduced this serie with a transformation. For example
The original time serie:
T=(12,13,14,20,65,78,85,35)
and transformed one is:
T'=(17.22009 27.96722 111.16376 71.33732)
and now I want to have such a diagram, in its x-axis I have 8 values but for each 2 values one value from T'
. I can do sme thing like this in R:
but in the second Plot I want to extend the the diagram on 8 values too