Description Usage Arguments Value
Plot the prediction errors in space
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
)
|
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 |
a plot of prediction error distributed in space
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.