R/fruit.R

#' Fruit Characteristics
#'
#' A dataset containing the yield and other attributes of fruit
#' \itemize{
#'   \item Fruit Length
#'   \item Fruit Breadth
#'   \item Fruit Size
#'   \item Fruit Weight
#'   \item Fruit Volume
#'   \item Fruit Set
#'   \item Fruit Yield
#'}
#' @docType data
#' @keywords datasets
#' @name fruit
#' @usage data(fruit)
#' @format A data frame with 60 rows and 7 variables
"fruit"

Try the Imneuron package in your browser

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

Imneuron documentation built on June 22, 2024, 9:21 a.m.