powered by
The function behaves similar to the regular is.na() function applied to the proxy object of a RasterArray.
is.na()
RasterArray
# S3 method for RasterArray is.na(x)
A logical
logical
vector, matrix or array matching the structure of the RasterArray.
vector
matrix
array
A RasterArray class object.
data(dems) dems[2] <- NA is.na(dems)
Run the code above in your browser using DataLab