is.na.bk | R Documentation |
Returns a logical vector indicating which grid points have NA values assigned
## S3 method for class 'bk'
is.na(x)
x |
a bk object |
a logical vector the same length as x
g = bk_validate(list(gval=rnorm(4^2), gdim=4, gres=0.5))
g[c(1,3)] = NA
is.na(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.