powered by
quantile(x, ...)
na.rm=TRUE
ncells=NULL
quantile
density
cellStats
r <- raster(ncol=100, nrow=100) r[] <- rnorm(ncell(r), 0, 50) quantile(r) quantile(r, probs = c(0.25, 0.75), type=7,names = FALSE)
Run the code above in your browser using DataLab