compute_mask_IQR: compute mask based on interquartile range criterion applied...

View source: R/compute_mask_IQR.R

compute_mask_IQRR Documentation

compute mask based on interquartile range criterion applied on input rasters

Description

compute mask based on interquartile range criterion applied on input rasters

Usage

compute_mask_IQR(
  input_raster_path,
  output_mask_path,
  input_mask_path = NULL,
  weightIRQ = 3,
  filetype = "GTiff"
)

Arguments

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

Value

estimated NMDS position based on nearest neighbors from NMDS


jbferet/biodivMapR documentation built on April 12, 2025, 1:32 p.m.