R/olive.R

#' The olive data set 
#'
#' contains  572 observations and 10 variables
#' \itemize{
#' \item{Region}{Three super-classes of Italy: North, South and the island of Sardinia }
#' \item{area}{ Nine collection areas: three from North, four from South and 2 from Sardinia} 
#' \item{palmitic}{ fatty acids percent x 100}
#' \item{palmitoleic}{ fatty acids percent x 100 }
#' \item{stearic}{fatty acids percent x 100}
#' \item{oleic}{fatty acids percent x 100 }
#' \item{linoleic}{fatty acids percent x 100}
#' \item{linolenic}{fatty acids percent x 100  }
#' \item{arachidic}{ fatty acids percent x 100}
#' \item{eicosenoic}{ fatty acids percent x 100}
#' }
#' @docType data
#' @keywords datasets
#' @name olive
#' @usage data(olive)
#' @format A data frame contains 573 observations and 10 variables
NULL

Try the PPforest package in your browser

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

PPforest documentation built on Sept. 10, 2022, 1:05 a.m.