powered by
Shortcut method to avoid the two-step !is.na(x)
!is.na(x)
# S4 method for SpatRaster not.na(x, filename="", ...)
SpatRaster
character. Output filename
additional arguments for writing files as in writeRaster
writeRaster
Compare-methods
# NOT RUN { r <- rast(ncols=10, nrows=10, vals=1) r[10:20] <- NA x <- not.na(r) # }
Run the code above in your browser using DataLab