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