Calculate spatial scores

spatial_scores(score = NULL, obfield = NULL, fcfield = NULL, ...)

Arguments

score

The score to calculate. If NULL, the function will return a list of available scores.

obfield

A matrix containing the observation field. If NULL, the function will return the table structure for the specified score.

fcfield

A matrix containing the forecast field. Must have the same dimension as obfield.

...

Other options that may depend on the score (like scale, threshold, ...)