calculate_quantiles | R Documentation |
Computes temperature quantiles based on data within a specified base range.
calculate_quantiles(
data_series,
date_sequence,
base.range,
n,
temp.qtiles,
min.base.data.fraction.present
)
data_series |
Numeric vector. Data series aligned with date sequence. |
date_sequence |
Date vector. Complete date sequence. |
base.range |
Numeric vector. Base range years. |
n |
Integer. Window size for running averages. |
temp.qtiles |
Numeric vector. Quantiles to calculate. |
min.base.data.fraction.present |
Numeric. Minimum fraction of data required in base range. |
Data frame. Calculated quantiles.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.