Description Usage Arguments Value Author(s)
Calculate mean daily precipitation over a specified time period. The ouput of this function returns the precipitation amount for that time period.
1 | mean_daily(data = "", start = "1900-01-01", end = "2000-01-01")
|
data |
data frame with columns date and daily_rain |
start |
the first date of the range |
end |
the last date of the range |
Returns numeric value for the mean daily precipitation over the period between the start and end dates
Laura Ingulsrud & Keene Morrow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.