R/incR_rawdata.R

#' An example of incubation temperature time-series
#'
#' A dataset containing date, time and temperatures for a blue tit nest. This data set
#' was produced by an iButton device (Maxim Integrated) and 
#' represents raw data to start the analysis
#' of incubation behaviour.
#' 
#' @format A data frame with 954 rows and 2 variables, representing three days of nest
#' temperatures.
#' \describe{
#'   \item{DATE}{a date-time column. Both elements, date and time, are concatenated in one column}
#'   \item{temperature}{temperature recordings in Celsius}
#' }
"incR_rawdata"

Try the incR package in your browser

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

incR documentation built on April 19, 2023, 1:07 a.m.