R/yeast.R

#' Measured Sacchromyces data (yeast) from Gause 1932 "Experimental studies on the struggle for coexistence"
#'
#' A dataset containing measurements of growth of yeast in a culture. The variables are as follows:
#'
#' \itemize{
#'   \item time. (hours)
#'   \item volume. Sacchromyces volume in container (cubic centimeters)
#' }
#'
#' @docType data
#' @keywords datasets
#' @name yeast
#' @usage data(yeast)
#' @format A data frame with 7 rows and 2 variables
#' @source Table 1 from Gause, G. F. 1932. “Experimental Studies on the Struggle for Existence: I. Mixed Population of Two Species of Yeast.” Journal of Experimental Biology 9 (4): 389–402.
NULL
jmzobitz/MAT369Code documentation built on March 4, 2024, 12:27 a.m.