validateInputs {rasterdiv} | R Documentation |
Validates the input parameters for diversity index calculation functions. Checks for valid raster types, window sizes, alpha values, and NA tolerance levels.
validateInputs(x, window, alpha = 1, na.tolerance)
x |
Raster object to be validated. |
window |
Size of the moving window for calculations. |
alpha |
Diversity index parameter, default is 1. |
na.tolerance |
Proportion of acceptable NA values within the window (range: 0 to 1). |
None. Throws an error if any input is invalid.