SteffenMoritz/imputeTS

zoo, xts compatibility for plotting functions

SteffenMoritz opened this issue · 1 comments

Currently the plotting functions do not work for multivariate input.
(this is intentional)

The plotting functions will also not work for certain univariate zoo, xts series inputs
(this could possibly be improved)

At least an error message could be provided, if the input series is of the wrong type.

Basic compatibility to zoo, xts and multivariate data is given now.