R/emerg.R

#' Dataset: Emergence of passion fruit seeds over time .
#'
#' The data come from an experiment conducted at the State University
#' of Londrina, aiming to study the emergence of yellow passion fruit
#' seeds over time. Data are partial from one of the treatments studied.
#' Four replicates with eight seeds each were used.
#'
#' @docType data
#'
#' @usage data("emerg")
#'
#' @format data.frame containing data set
#'   \describe{
#'   \item{\code{time}}{numeric vector with time}
#'   \item{\code{resp}}{Numeric vector with emergence}
#'   }
#' @keywords datasets
#' @seealso \link{aristolochia}, \link{cloro}, \link{laranja}, \link{enxofre}, \link{laranja}, \link{mirtilo}, \link{passiflora}, \link{phao}, \link{porco}, \link{pomegranate}, \link{simulate1}, \link{simulate2}, \link{simulate3}, \link{tomate}, \link{weather}
#' @examples
#' data(emerg)
"emerg"

Try the AgroR package in your browser

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

AgroR documentation built on Sept. 14, 2023, 1:09 a.m.