powered by
Returns a logical indicating if any of the grid points are NA
# S3 method for sk anyNA(x, recursive)
logical
a sk object
ignored
g = sk_validate(list(gval=stats::rnorm(4^2), gdim=4, gres=0.5)) anyNA(g) g[1] = NA anyNA(g)
Run the code above in your browser using DataLab