R/substrate_dataset.R

#' dataset: substrate
#'
#' @description
#' The data come from an experiment carried out at the Universidade Estadual de Londrina,
#' in which four types of substrates were tested in the emergence of sour passion fruit seeds.
#' The experiment was carried out in a completely randomized design with four replications
#' of 10 seeds each.
#'
#' @docType data
#'
#' @usage data("substrate")
#'
#' @format data.frame containing data set
#'   \describe{
#'   \item{\code{Trat}}{Vector with factor 1}
#'   \item{\code{bloco}}{Vector with block}
#'   \item{\code{1,2,3...}}{Numerical vector with germination}
#'   }
#' @keywords datasets
#' @examples
#' data(substrate)
"substrate"

Try the seedreg package in your browser

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

seedreg documentation built on July 8, 2022, 1:08 a.m.