anyNA.sk | R Documentation |
Returns a logical indicating if any of the grid points are NA
## S3 method for class 'sk'
anyNA(x, recursive)
x |
a sk object |
recursive |
ignored |
logical
g = sk_validate(list(gval=stats::rnorm(4^2), gdim=4, gres=0.5))
anyNA(g)
g[1] = NA
anyNA(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.