R/doc_dial_control.R

#' Collection of visual defects on watch dial production.
#' 
#' @format An object of class tibble with 58 observations on 4 variables.
#' 
#' @description This data set contains observations of visual defects present
#' in watch dials such as indentations and scratches taken during production.
#' It provides a practical case to establish pareto charts typically with a 
#' function like \code{\link[qicharts2]{paretochart}}.
#' 
#' \describe{
#'   \item{Operator}{The shop floor operator collecting the data}
#'   \item{Date}{Data collection date}
#'   \item{Defect}{Defect type ("Indent", "Scratch")}
#'   \item{Location}{Position on the watch dial refered to as the hour (1h, 2h)}
#'   \item{id}{Part unique id number}
#' }
#' 
#' @source
#' Original data set.
#' 
#' @references 
#' For a complete case study application refer to \url{https://j-ramalho.github.io/industRial/}.
#' 
#' @examples
#' head(dial_control)
"dial_control"

Try the industRial package in your browser

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

industRial documentation built on June 11, 2021, 5:10 p.m.