SteffenMoritz / imputeTS

CRAN R Package: Time Series Missing Value Imputation

Home Page:http://steffenmoritz.github.io/imputeTS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add examples with pipes

SteffenMoritz opened this issue · 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 :-)