whisky_collection | R Documentation |
A small but fine collection of about 40 outstanding and award-winning whiskies from around the world. In addition, it contains further information about the distillery, the place of production and the results of my personal but also professional whisky tasting.
data(whisky_collection)
A data.frame with 40 rows and 14 variables:
Name of the whisky
Distiller of the specific whisky
Production location of the whisky (mostly countries or regions)
Specification of the whisky type like e.g. single malt or blended
Region of the whisky production (mostly relevant for scotchs)
Year of the first whisky production
Latitude and longitude values of the distillery
Link to the related article of the English Wikipedia
My personal rating of this whisky. I am open to discuss it, just write me an email if you see it otherwise ;-)
The average rating of this whisky based on consumer reviews from many whisky online shops in 2023
The average rating of this whisky based on reviews from professional critics until 2023
My measure of how smoky vs. delicate it tastes, negative values implicate delicate
My measure of how rich vs. light it tastes, negative values implicate light
The average price level in Euro of the youngest 10/12 year or consumer version in the whiskyexchange 2023
data(whisky_collection)
library("ggplot2")
ggplot(whisky_collection, aes(x=NAME, y=RATING, fill=RATING)) +
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.