productionlog_extension: Dataset with information to extend the Junglivet production...

productionlog_extensionR Documentation

Dataset with information to extend the Junglivet production sample data

Description

A sample of further information of the production data of the Junglivet whisky

Usage

data(productionlog_extension)

Format

A data.frame with 18 rows and 6 variables:

DAY

day of the production

MONTH

month of the production

DAYTIME

indicates which shift has been produced the log (morning or evening))

OFF-FLAVORS

indicates unusual or unpleasant flavors and aromas during production

CLOUDINESS

suggest issues with filtration or improper blending

ALCOHOL

if the alcohol content by volume is significantly different than expected

Examples

data(productionlog_extension)

library("ggplot2")
ggplot(productionlog_extension, aes(x=DAY, y=ALCOHOL, fill=DAYTIME)) +
geom_bar(stat="identity") +
coord_flip() +
xlab("")


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