productionlog_sample: Dataset with a sample of the Junglivet production data

productionlog_sampleR Documentation

Dataset with a sample of the Junglivet production data

Description

A sample of the production data of the Junglivet whisky

Usage

data(productionlog_sample)

Format

A data.frame with 21 rows and 8 variables:

DAY

day of the production

MONTH

month of the production

MANUFACTURER

name of the leading brew master)

PRODUCT

product type like Junglivet or Junglivet premium

SHIFT

indicates morning or evening shift)

COLOR

color indicator on a scale between 0 and 1

MALTING

origin of the used malting products

TASTING

quality indicator based on a whisky tasting

Examples

data(productionlog_sample)

library("ggplot2")
ggplot(productionlog_sample, aes(x=MANUFACTURER, y=TASTING, fill=TASTING)) +
geom_bar(stat="identity") +
coord_flip() +
xlab("")


dominikjung42/dstools documentation built on June 16, 2024, 2:40 a.m.