ens_value | R Documentation |
Economic value for an ensemble.
ens_value( .fcst, parameter, thresholds, groupings = "leadtime", show_progress = FALSE )
.fcst |
A |
parameter |
The name of the column for the observed data. |
thresholds |
A numeric vector of thresholds for which to compute the economic value. |
groupings |
The groups for which to compute the economic value. See group_by for more information of how grouping works. |
A data frame with data grouped for the groupings
column(s) and
a nested column for the economic value with each row containing a data
frame with columns: cl
for cost loss, and value
for the
economic value. Use unnest to unnest to the nested column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.