R/gghdr_data.R

#' Example dataframe for gghdr
#' @format This contains the 'Old Faithful Geyser' data used
#' in the examples in README and vignettes.
#'
#' The variables are as follows:
#'
#'  \itemize{
#'   \item eruptions. Eruption time in mins
#'   \item waiting. Waiting time to next eruption in mins
#'  }
#'
#' @keywords datasets
#' @name faithful
#' @usage data(faithful)
"faithful"


#' Example dataframe for gghdr
#' @format This contains the 'lane2' data from the 'hdrcde' package
#' and is used in the examples in README and vignettes.
#'
#' The variables are as follows:
#'
#'  \itemize{
#'   \item flow. a numeric vector giving the traffic flow in vehicles per
#'    lane per hour
#'   \item speed. a numeric vector giving he speed in miles per hour
#'  }
#'
#' @keywords datasets
#' @name lane2
#' @usage data(lane2)
"lane2"
ropenscilabs/gghdr documentation built on March 23, 2022, 11:21 p.m.