R/data.R

#' Sensor Temperature Data
#'
#' A dataset containing temperature readings from multiple sensors over a specified period.
#'
#' @format ## `daynight_temperature`
#' A data frame with 1833 rows and 3 columns:
#' \describe{
#'   \item{sensor}{Sensor identifier (e.g., A, B)}
#'   \item{datetime}{Timestamp of the reading (POSIXct format)}
#'   \item{temperature}{Temperature reading in degrees Celsius}
#' }
#' @source Sensor readings collected on 2024-04-23 in Campinas-SP, Brazil.
"daynight_temperature"

Try the ggdaynight package in your browser

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

ggdaynight documentation built on May 29, 2024, 9:34 a.m.