Comment on ggplot2 is love. ggplot2 is life.
poinck@lemm.ee 2 weeks ago
I rather use the r-base plot
functions for everything in R. It is more flexible especially when you need to tweak the visuals.
Comment on ggplot2 is love. ggplot2 is life.
poinck@lemm.ee 2 weeks ago
I rather use the r-base plot
functions for everything in R. It is more flexible especially when you need to tweak the visuals.
ProfessorPeregrine@reddthat.com 2 weeks ago
It can also be EXTREMELY long code to do something relatively simple. I bounce between base and ggplot, and use ggh4x for some oddly difficult stuff in ggplot.