Nothing
#' Soil survey data
#'
#' This data set is a subset of a data set that was assembled by AgSpace Agriculture Ltd
#' in a soil survey conducted on farms in various management units across England. The
#' survey included measurements of wheat yield as well as various soil parameters. This
#' particular dataset only contains the soil properties pH and phosphorus (P).
#'
#'
#' @format A data.frame with 6110 rows and 3 columns:
#' \describe{
#' \item{yield}{ Wheat yield (ton/ha) measured}.
#' \item{pH}{ pH measurement}.
#' \item{P}{ soil p (mg/kg)}.
#' }
#’
#' @details
#' This data set should only be used for illustration purposes for this package and
#' should not be used in any form publication without permission from the owners.
#'
#' @examples
#' data(soil)
"soil"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.