#' Dry beans
#'
#' @details
#' Koklu and Ozkan (2020) describe a data set where images of beans were
#' segmented and quantified. There are 13,611 beans quantified using 16
#' morphologic image features. The variety of each bean was labeled as one of
#' six values (in the column `class`).
#'
#' @name beans
#' @aliases beans
#' @docType data
#' @return \item{beans}{a tibble}
#'
#' @source
#' Koklu, M, and IA Ozkan. 2020. Multiclass Classification of Dry Beans Using
#' Computer Vision and Machine Learning Techniques.Computers and Electronics in
#' Agriculture, 174: 105507.
#' \doi{10.1016/j.compag.2020.105507},
#' \url{https://www.muratkoklu.com/datasets/}
#'
#'
#' @keywords datasets
#' @examples
#' data(beans)
#' str(beans)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.