View source: R/ens_rank_histogram.R
ens_rank_histogram | R Documentation |
The rank histogram is computed as columns in a harp_fcst
object.
Typically the scores are aggregated over lead time, but other grouping
variables can be chosen.
ens_rank_histogram( .fcst, parameter, groupings = "leadtime", jitter_fcst = NULL )
.fcst |
A |
parameter |
The name of the column for the observed data. |
groupings |
The groups for which to compute the ensemble mean and spread. See group_by for more information of how grouping works. |
jitter_fcst |
A function to perturb the forecast values by. This is used to account for observation error in the rank histogram. For other statistics it is likely to make little difference since it is expected that the observations will have a mean error of zero. |
An object of the same format as the inputs but with data grouped for
the groupings
column(s) and columns for rank
and
rank_count
that are nested together in a column with the name
rank_histogram
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.