anyNA.bk: Check for presence of grid points with missing data (NAs)

View source: R/bk.R

anyNA.bkR Documentation

Check for presence of grid points with missing data (NAs)

Description

Returns a logical indicating if any of the grid points are NA

Usage

## S3 method for class 'bk'
anyNA(x)

Arguments

x

a bk object

Value

logical

Examples

g = bk_validate(list(gval=rnorm(4^2), gdim=4, gres=0.5))
anyNA(g)
g[1] = NA
anyNA(g)


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