is.na.bk: Indices of grid points with missing data (NAs)

View source: R/bk.R

is.na.bkR Documentation

Indices of grid points with missing data (NAs)

Description

Returns a logical vector indicating which grid points have NA values assigned

Usage

## S3 method for class 'bk'
is.na(x)

Arguments

x

a bk object

Value

a logical vector the same length as x

Examples

g = bk_validate(list(gval=rnorm(4^2), gdim=4, gres=0.5))
g[c(1,3)] = NA
is.na(g)

deankoch/pkern documentation built on Oct. 26, 2023, 8:54 p.m.