View source: R/compute_mask_IQR.R
compute_mask_IQR | R Documentation |
compute mask based on interquartile range criterion applied on input rasters
compute_mask_IQR(
input_raster_path,
output_mask_path,
input_mask_path = NULL,
weightIRQ = 3,
filetype = "GTiff"
)
input_raster_path |
character. path for input rasters. |
output_mask_path |
character. path for output mask |
input_mask_path |
character. path for optional input mask |
weightIRQ |
numeric. weight to define SD range for IQR |
filetype |
character. GDAL driver |
estimated NMDS position based on nearest neighbors from NMDS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.