Last chance! 50% off unlimited learning
Sale ends in
r <- raster(nrow=18, ncol=36)
values(r) <- runif(ncell(r))
r[1:5] <- NA
r <- r * r * r * 5
freq(r)
freq(r, value=2)
s <- stack(r, r*2, r*3)
freq(s, merge=TRUE)
Run the code above in your browser using DataLab