R/my_iris.R

#' Edgar Anderson's Iris Data
#'
#' The famous \code{\link[datasets]{iris}} dataset taken from the
#' \code{datasets} package to practice adding datasets to our R package.
#'
#' @format a data framewith 150 observations and 5 variables:
#' \describe{
#' \item{Sepal.Length}{sepal length, in cm}
#' \item{Sepal.Width}{sepal width, in cm}
#' \item{Petal.Length}{petal length, in cm}
#' \item{Petal.Width}{petal width, in cm}
#' \item{Species}{species of iris}
#' }
#'
#' @source
#' Fisher, R. A. (1936) The use of multiple measurementsin taxonomic problems.
#' \emph{Annals of Eugenics}, 7, Part II, 179-188.
#'
#' The data were collected by Anderson, Edgar (1935) THe irises of the Gaspe
#' Peninsula, \emph{Bulletin of the American Iris Society}, 59, 2-5.
"my_iris"
hchang23/firstpackage documentation built on March 18, 2020, 7:37 a.m.