View source: R/summarize_temp.R
summarize_temp | R Documentation |
The summarize_temp
function is used to summarize sub-daily temperature
measurements to obtain mean daily temperature.
summarize_temp(data, dates, temperature)
data |
A data.frame, or data frame extension (e.g. a tibble). |
dates |
Column representing the date of temperature measurements. |
temperature |
Column representing temperature values. |
A data.frame with summarized daily temperature values.
library(hatchR)
summarize_temp(
data = idaho,
dates = date,
temperature = temp_c
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.