This function extracts reconciliation information from the output of any reconciled function implemented by FoReco.
recoinfo(x, verbose = TRUE)A list containing the following reconciliation process informations:
the reconciliation function.
the cross-sectional number of variables.
the set of temporal aggregation orders.
the forecast horizon (in temporal and cross-temporal frameworks, for the most temporally aggregated series).
the reconciliation framework (cross-sectional, temporal or cross-temporal).
non-negative reconciled forecast convergence information.
list of level conditional reconciled forecasts (+ BU) for cslcc, telcc and ctlcc.
if TRUE, all the forecasts are not negative.
the covariance approximation.
An output from any reconciliation function implemented by FoReco.
If TRUE (defaults), reconciliation information are printed.
Utilities: 
FoReco2matrix(),
aggts(),
balance_hierarchy(),
commat(),
csprojmat(),
cstools(),
ctprojmat(),
cttools(),
df2aggmat(),
lcmat(),
res2matrix(),
shrink_estim(),
teprojmat(),
tetools(),
unbalance_hierarchy()