productionlog_extension | R Documentation |
A sample of further information of the production data of the Junglivet whisky
data(productionlog_extension)
A data.frame with 18 rows and 6 variables:
day of the production
month of the production
indicates which shift has been produced the log (morning or evening))
indicates unusual or unpleasant flavors and aromas during production
suggest issues with filtration or improper blending
if the alcohol content by volume is significantly different than expected
data(productionlog_extension)
library("ggplot2")
ggplot(productionlog_extension, aes(x=DAY, y=ALCOHOL, fill=DAYTIME)) +
geom_bar(stat="identity") +
coord_flip() +
xlab("")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.