Positions of missing values in a RasterArray object
The function behaves similar to the regular is.na()
function applied to the proxy object of a RasterArray
.
## S3 method for class 'RasterArray' is.na(x)
x |
A |
A logical
vector
, matrix
or array
matching the structure of the RasterArray
.
data(dems) dems[2] <- NA is.na(dems)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.