R/data.R

#' Bike Sharing - Temperature
#'
#' Time series data from a bike sharing operation concerning weather temperature.
#'
#' @docType data
#'
#' @usage data(temp)
#'
#' @format A \code{"xts"} data structure with 730 observations of temperature from 2001-01-02 to 2012-12-31
#'
#' @keywords datasets
#'
#' @references Hadi Fanaee-T. and João Gama. Event labeling combining ensemble detectors and background knowledge. Prog. in Art. Int., pages 1-15, 2013. ISSN 2192-6352.
#' (\href{https://link.springer.com/article/10.1007/s13748-013-0040-3}{Springer})
#'
#' @source \href{https://archive.ics.uci.edu/ml/datasets/bike+sharing+dataset}{UCI Archive}
#'
#' @examples
#' data(temp)
#' \donttest{plot(temp)}
nunompmoniz/rewind documentation built on July 8, 2021, 12:25 a.m.