R/airfoil.R

#' Airfoil data
#'
#' Here goes a description of the data.
#'
#' Here goes a more detailed description of the data.
#' There are 1503 observations and 6 variables:
#' \code{y}, \code{frequency}, \code{angle}, \code{chord_length},
#' \code{velocity}, and \code{thickness}.
#'
#' @docType data
#'
#' @usage data(airfoil)
#'
#' @format An object of class \code{"data.frame"}.
#'
#' @references Brooks, T. F., Pope, D. S., and Marcolini, M. A. (1989). Airfoil self-noise and prediction. NASA Reference Publication-1218, document id: 9890016302.
#'
#' @source The UCI Archive https://archive.ics.uci.edu/ml/datasets/Airfoil+Self-Noise,
#'
#' @examples
#' data(airfoil)
"airfoil"

Try the RRBoost package in your browser

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

RRBoost documentation built on Oct. 23, 2020, 7:11 p.m.