R/clay.R

#' @title Data of Ralstonia population in clay soil
#' @name   clay
#' @docType data
#' @keywords datasets
#' @usage data(clay)
#' @description
#'  An evaluation over a time period.
#' 
#' @format A data frame with 69 observations on the following 3 variables.
#' 
#' @details
#'        \itemize{
#'        \item{\strong{per.clay}} per.clay
#'        \item{\strong{days}} days
#'        \item{\strong{ralstonia}} ralstonia
#'        }
#' 
#' @references 
#' International Potato Center. CIP - Lima Peru.
#' 
#' @source 
#' Experimental field.
#' 
#' @examples
#' 
#' library(agricolae)
#' data(clay)
#' str(clay)
#' 
NULL
myaseen208/agricolae documentation built on April 4, 2023, 5:23 a.m.