View source: R/spatial_scores.R
spatial_scores | R Documentation |
Calculate spatial scores
spatial_scores(score = NULL, obfield = NULL, fcfield = NULL, ...)
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, ...) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.