
Infills NA values
infillxy.RdInfill all the missing values (NA) in x with the corresponding values in sim.
Usage
infillxy(x, ...)
# Default S3 method
infillxy(x, sim, ...)
# S3 method for class 'matrix'
infillxy(x, sim, ...)
# S3 method for class 'data.frame'
infillxy(x, sim, ...)Details
It gives as a result an object of the same dimension of x, in which all the NA values were infilled with the corresponding values of sim.
Author
Mauricio Zambrano-Bigiarini, mzb.devel@gmail