fill.Rd
Fill missing values in an array
fill(x, ...)
# Default S3 method
fill(x, method = "akima", control = list(), ...)
# S3 method for class 'array'
fill(x, method = "akima", control = list(), ...)
# S3 method for class 'grid'
fill(x, method = "akima", control = list(), ...)
# S3 method for class 'gts'
fill(x, method = "akima", control = list(), ...)
The array without missing values.