wbt_root_mean_square_error {whitebox}R Documentation

Root mean square error

Description

Calculates the RMSE and other accuracy statistics.

Usage

wbt_root_mean_square_error(input, base, wd = NULL, verbose_mode = FALSE)

Arguments

input

Input raster file.

base

Input base raster file used for comparison.

wd

Changes the working directory.

verbose_mode

Sets verbose mode. If verbose mode is False, tools will not print output messages.

Value

Returns the tool text outputs.


[Package whitebox version 1.4.0 Index]