View source: R/gdal_raster_functions.R
gdalIQR | R Documentation |
Calculate inter quartile range using gdal_calc
gdalIQR(inpath, outpath, overwrite = TRUE, return.raster = TRUE, quiet = FALSE)
inpath |
file path of inpath file to change. |
outpath |
file path of output file to generate. |
overwrite |
Overwrite the existing raster? |
return.raster |
if TRUE raster will be returned from function call. |
quiet |
Do processing quietly? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.