Description Usage Arguments Author(s)
View source: R/writeMethodSummary.R
This function is internally used when any of the filling methods that KarsTS offers is used. It writes on KarsTS output window information that is shared by all filling methods: which time series and gap set were to fill, which gaps were effectively filled and which remained empty. Filling-method-specific information is writen trhough other functions. It is used internally.
| 1 | writeMethodSummary(filledNasTable, remainingNAsInGap, selTsName, selGapName, selGap)
 | 
| filledNasTable | Table of filled gaps | 
| remainingNAsInGap | Table of gaps that could not be filled. It does not include gaps whose filling was not attempted. | 
| selTsName | Name of the time series that was filled. | 
| selGapName | Name of the gap set that was meant to be filled | 
| selGap | Gap set that was meant to be filled | 
Marina Saez Andreu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.