#' @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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.