R/cars.R

#' @title Cars Data Frame
#' @description This is a subset of the MPG data frame distributed with
#' the \code{ggplot2} package.
#' @format A data frame with 234 rows and 3 variables:
#' \describe{
#'   \item{\code{hwy}}{integer Highway MPG}
#'   \item{\code{class}}{character Car Class}
#'   \item{\code{year}}{integer Year}
#'}
#' @docType data
#' @name cars
#' @usage cars
#' @keywords cars
NULL
Rkabacoff/onewayAnova documentation built on Oct. 30, 2019, 10:58 p.m.