It fills in a gab of a data frame by using generate
method
gapFilling(x = NULL, ...)
# Default S3 method
gapFilling(x, objectForGeneration = NULL, ...)
# S3 method for class 'data.frame'
gapFilling(
x,
objectForGeneration = NULL,
max.filling = 2,
nofill.code = -9999,
...
)
object with gaps to fill
further argument for generate
method
object used for generate
method
integer values: gap are filled if the previous max.filling
values are not NA
or nofill.code
Alternative value to NA
which indicates the gaps which are not filled