Hacker News new | ask | show | jobs
by kjkjadksj 265 days ago
I found base R even easier than tidyverse. Geom?? Puke. Just call the plot function you want from the standard library. Everything is just function(arg1=x, arg2=y). Easy.