Raster quantiles
quantile.RdCompute quantiles for the cell values of a RasterLayer. If you want to compute quantiles for each cell across a number of layers, you can use calc(x, fun=quantile).
Arguments
- x
Raster object
- ...
Additional arguments:
na.rm=TRUE,ncells=NULL, and additional arguments to the stats::quantile function, seequantile
ncells can be used to set the number of cells to be sampled, for very large raster datasets.