mean_daily: mean_daily

Description Usage Arguments Value Author(s)

View source: R/mean_daily.R

Description

Calculate mean daily precipitation over a specified time period. The ouput of this function returns the precipitation amount for that time period.

Usage

1
mean_daily(data = "", start = "1900-01-01", end = "2000-01-01")

Arguments

data

data frame with columns date and daily_rain

start

the first date of the range

end

the last date of the range

Value

Returns numeric value for the mean daily precipitation over the period between the start and end dates

Author(s)

Laura Ingulsrud & Keene Morrow


lauraing/climatechangeimpacts documentation built on March 29, 2020, 6:47 p.m.