Locates the lowest and/or highest valued cells in a raster.
wbt_find_lowest_or_highest_points(
input,
output,
out_type = "lowest",
wd = NULL,
verbose_mode = FALSE,
compress_rasters = FALSE,
command_only = FALSE
)
Returns the tool text outputs.
Input raster file.
Output vector points file.
Output type; one of 'area' (default) and 'volume'.
Changes the working directory.
Sets verbose mode. If verbose mode is FALSE
, tools will not print output messages.
Sets the flag used by 'WhiteboxTools' to determine whether to use compression for output rasters.
Return command that would be executed by system()
rather than running tool.