powered by
The bands with band_blank images, are omitted.
# S3 method for ursaRaster na.omit(object, ...)
Object of class ursaRaster.
ursaRaster
Ignored. For consistence with definition of generic function.
Object of class ursaRaster, which has no bands without any data.
band_blank
# NOT RUN { session_grid(NULL) session_grid(regrid(mul=1/4)) a <- ursa_new(value=1:3) print(a) a[2] <- NA print(a) a2 <- na.omit(a) print(a2) # }
Run the code above in your browser using DataLab