wbt_truncate {whitebox} | R Documentation |
Truncates the values in a raster to the desired number of decimal places.
wbt_truncate( input, output, num_decimals = NULL, wd = NULL, verbose_mode = FALSE )
input |
Input raster file. |
output |
Output raster file. |
num_decimals |
Number of decimals left after truncation (default is zero). |
wd |
Changes the working directory. |
verbose_mode |
Sets verbose mode. If verbose mode is False, tools will not print output messages. |
Returns the tool text outputs.