SteffenMoritz/imputeTS

Add examples with pipes

SteffenMoritz opened this issue · 1 comments

Add some examples, with pipes to the documentation.
This should help users not too familiar with pipes to use these.

Example_
tsAirgap %>% na.mean %>% plotNA.imputations(x.withNA = tsAirgap,x.withImputations = . )

Done :-)