R/Chirps.R

#' Cricket chirp rate and temperature
#'
#' The rate at which crickets chirp is related to the ambient temperature. These data
#' are motivated and described at <https://www.globe.gov/explore-science/scientists-blog/archived-posts/sciblog/index.html_p=45.html>
#'
#' @docType data
#' @name Chirps
#' @usage data(Chirps)
#'
#' @keywords datasets
#'
#' @format A data frame with 55 rows
#' - `date` Which year the estimate is for.
#' - `time` in 24-hour format
#' - `chirps` the number of chirps per 15 seconds
#' - `temperature` in degrees F
#'
"Chirps"

Try the mosaicCalc package in your browser

Any scripts or data that you put into this service are public.

mosaicCalc documentation built on June 22, 2024, 6:49 p.m.