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
"cars"
fredcorpuz06/onewayAnova documentation built on Nov. 4, 2019, 12:57 p.m.