R/natives.R

#' @title Data of native potato
#' @name   natives
#' @docType data
#' @keywords datasets
#' @usage data(natives)
#' @description
#' An evaluation of the number, weight and size of 24 native potatoes
#' varieties.
#' 
#' @format 
#' A \code{data.frame} with 876 observations on the following 4 variables.
#' 
#'  @details
#'         \itemize{
#'         \item{\strong{variety}} variety
#'         \item{\strong{number}} number
#'         \item{\strong{weight}} weight
#'         \item{\strong{size}} size
#'         }
#'         
#' 
#' @source 
#' International Potato Center. CIP - Lima Peru.
#' 
#' @keywords datasets
#' @examples
#' 
#' library(agricolae)
#' data(natives)
#' str(natives)
#' 
NULL
myaseen208/agricolae documentation built on April 4, 2023, 5:23 a.m.