Description Usage Arguments Value
Filters available weather stations based on a specified required minimum
coverage (i.e., percent non-missing daily observations). Weather stations
with non-missing data for fewer days than specified by coverage
will
be excluded from the county average.
1 | filter_coverage(coverage_df, coverage = 0)
|
coverage_df |
A dataframe as returned by the |
coverage |
A numeric value in the range of 0 to 1 that specifies the desired percentage coverage for the weather variable (i.e., what percent of each weather variable must be non-missing to include data from a monitor when calculating daily values averaged across monitors). |
A dataframe with stations that meet the specified coverage
requirements for weather variables included in the coverage_df
dataframe passed to the function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.