nbhd_verify | R Documentation |
Neighbourhood verification for ensembles
nbhd_verify(
.fcst,
obs,
threshold,
radius,
comparator = "ge",
include_low = TRUE,
include_high = TRUE,
...
)
threshold |
A numeric vector of thresholds to for which to compute the neighbourhood scores. Can also be a character vector with numeric values between 0 and 1 preceded by a "q" to denote quantile thresholds. |
radius |
The radius, in pixels of the neighbourhoods for which to compute the scores. |
.data |
A |
obs_col |
The name of the observations column in the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.