Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

is.na.RasterArray

Positions of missing values in a RasterArray object


Description

The function behaves similar to the regular is.na() function applied to the proxy object of a RasterArray.

Usage

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

Arguments

x

A RasterArray class object.

Value

A logical vector, matrix or array matching the structure of the RasterArray.

Examples

data(dems)
dems[2] <- NA
is.na(dems)

chronosphere

Earth System History Variables

v0.4.1
CC BY 4.0
Authors
Adam T. Kocsis, Nussaibah B. Raja
Initial release
2021-04-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.