is not NA
not.na.Rd
Shortcut method to avoid the two-step !is.na(x)
Arguments
- x
SpatRaster
- falseNA
logical. Should the result be
TRUE, NA
instead ofTRUE, FALSE
?- filename
character. Output filename
- ...
additional arguments for writing files as in
writeRaster
Examples
r <- rast(ncols=10, nrows=10, vals=1)
r[10:20] <- NA
x <- not.na(r)