common_cases | R Documentation |
For a fair comparison of models, the verification should only be done for
dates and locations that are common to all models. common_cases
takes
a harp_fcst object as input and then identifies and filters to only those
cases that are common to all of the forecast models in the harp_fcst object.
By default this is done with the SID, fcdate and leadtime columns, but extra
columns can be added via ...
common_cases(.fcst, ...)
.fcst |
A harp_fcst object |
... |
Extra columns from which to determine the common cases. To remove one of the default columns from the test use -<col>. |
The input data frame with only the common stations and forecast dates for each forecast model selected.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.