The function in_disaggr takes a twoStepsBenchmark or a
threeRuleSmooth object as an input. It produces a comparison between
the benchmarked time series and the high-frequency input.
Value
a named matrix time series of two columns, one for the response and the other
for the input.
A tscomparison class is added to the object.
Examples
benchmark <- twoStepsBenchmark(turnover,construction,include.rho = TRUE)
plot(in_disaggr(benchmark))