R/snails.R

#' Fecundity of limpets
#'
#' Average number of eggs per snail, influenced by season
#' and population density \cr
#' More explanations in: Ex design, 04_Factorials_Part_II, p. 2 \cr
#' Example for: Two-way ANOVA, full factorial
#'
#' @docType data
#'
#' @usage data(snails)
#'
#' @format An object of class \code{data.frame}
#'
#' @keywords datasets
#'
#' @source Quinn & Keough (2000)
#'
#' @examples
#' data(snails)
"snails"
retodomax/DataRZ documentation built on March 14, 2020, 3:12 p.m.