View source: R/consecutive_median.R
consecutive_median | R Documentation |
Takes a dataframe from which_target_df(), calculates the consecutive year seasonal median results, and returns the dataframe with only seasonal median results
consecutive_median(df, n_years = 2)
df |
A dataframe with values provided by which_target_df() |
n_years |
The number of consecutive years over which to calculate the seasonal median. |
The dataframe consisting of calculated seasonal medians
consecutive_year_seasonal_median(df, n_years = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.