calculate_wind_quantiles | R Documentation |
Computes the 90th percentile of wind speed for index calculations.
calculate_wind_quantiles(
wind_data_series,
date_sequence,
base_range,
wind_qtile = 0.9
)
wind_data_series |
Numeric vector. Wind data series aligned with date sequence. |
date_sequence |
Date vector. Complete date sequence. |
base_range |
Numeric vector. Base range years. |
wind_qtile |
Numeric. Wind quantile to calculate (default is 0.90). |
Data frame. Calculated wind thresholds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.