nbhd_verify.Rd
Neighbourhood verification for ensembles
nbhd_verify(
.fcst,
obs,
threshold,
radius,
comparator = "ge",
include_low = TRUE,
include_high = TRUE,
...
)
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.
The radius, in pixels of the neighbourhoods for which to compute the scores.
A "harp_ens_grid_df"
data frame or a geolist
.
The name of the observations column in the
"harp_ens_grid_df"
, or if .data
is a geolist
, a
geofield
.