Tetley caffeine meter replication with ggplot2

Tetley tea boxes feature the following caffeine meter:


In R we can replicate this meter using ggplot2.

Move the information to a tibble:


library(dplyr)


caffeine_meter


Continue reading: Tetley caffeine meter replication with ggplot2


http://dlvr.it/T5CFk2

تعليقات

المشاركات الشائعة من هذه المدونة

How to add R {magrittr}’s %>% Pipe Operator in VSCode as Keyboard Shortcut