R/redscale.R

#' Red Scale simulation initiation
#' 
#' Sample simulation initiation setup.
#' 
#' @name redscle
#' @aliases redscale
#' @format \code{redscale} is a data frame with the following columns
#' \describe{
#'  \item{DD}{mean degree days to future event}
#'  \item{aphytis.feed}{relative risk of being killed by an Aphytis that is feeding}
#'  \item{aphytis}{relative risk of being killed by an Aphytis that is laying eggs}
#'  \item{comperiella}{relative risk for comperiella}
#'  \item{encarsia}{relative risk for encarsia}
#'  \item{gender}{gender (only females modeled here)}
#'  \item{pch}{plot character}
#'  \item{color}{plot color}
#'  \item{stage}{life stage of organism}
#' }
#' @seealso \code{\link{init.population}}
#' @references \url{www.stat.wisc.edu/~yandell/ewing}
#' @keywords datasets
#' @examples
#' 
#' data(redscale)
#' 
NULL
byandell/ewing documentation built on Jan. 3, 2024, 7:27 p.m.