plot_error: Plot the prediction errors in space

Description Usage Arguments Value

View source: R/plot_error.R

Description

Plot the prediction errors in space

Usage

1
2
3
4
5
6
7
8
9
plot_error(
  validation = 0,
  prediction = 0,
  geome,
  err = NA,
  extremequantil_low = 0.025,
  extremequantil_high = 0.975,
  plotraster = T
)

Arguments

prediction

The prediction vector

geome

geometry of an sf

err

The error vector, if provided, the 'validataion' and 'prediction' are not needed.

extremequantil_low

the low quantile to filter out for better visualization

extremequantil_high

the high quantile to filter out for better visualization

validataion

The validataion vector

Value

a plot of prediction error distributed in space


mengluchu/APMtools documentation built on Jan. 27, 2022, 2:41 a.m.