SteffenMoritz / imputeTS

CRAN R Package: Time Series Missing Value Imputation
http://steffenmoritz.github.io/imputeTS/
GNU General Public License v3.0
158 stars 25 forks source link

Add examples with pipes #18

Closed SteffenMoritz closed 6 years ago

SteffenMoritz commented 7 years ago

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 = . )

SteffenMoritz commented 6 years ago

Done :-)