R/energy.R

#' Energy consumption measuring hourly during 22 days
#'
#' A dataset containing the energy consumption and other attributes during 22 days.
#'
#' @format A data frame with 504 rows and 7 variables:
#' \describe{
#'   \item{power}{energy consumption}
#'   \item{date}{date}
#'   \item{Temperature}{temperature}
#'   \item{P}{pression}
#'   \item{HR}{humidity rate}
#'   \item{hour}{hour (categorical)}
#'   \item{hour.num}{hour (numerical)}
#' }
#' @source \url{https://iles-ponant-edf-sei.opendatasoft.com}, \url{https://www.infoclimat.fr}
#'
"energy"

Try the KSPM package in your browser

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

KSPM documentation built on Aug. 10, 2020, 5:07 p.m.