spatial_scores.Rd
Calculate spatial scores
spatial_scores(score = NULL, obfield = NULL, fcfield = NULL, ...)
The score to calculate. If NULL, the function will return a list of available scores.
A matrix containing the observation field. If NULL, the function will return the table structure for the specified score.
A matrix containing the forecast field. Must have the same dimension as obfield.
Other options that may depend on the score (like scale, threshold, ...)