Description Usage Arguments Details Value Note Examples
View source: R/exampleApplyFunctions.R
This function takes a dataframe of extreme events, as created by
gen_hw_set
, and calculates the number of events in
the dataframe.
1 |
hw_datafr |
A dataframe of extreme events and their characteristics, as
created by |
To calculate the number of extreme events, this function determines the number
of rows in the dataframe, since gen_hw_set
outputs a
dataframe with one and only one row per event.
A numeric value with the number of extreme events in a dataframe of
events, as generated by gen_hw_set
.
This function is an example of a function that can be created and
used to explore extreme events using the apply_all_models
function.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.