• 0 Posts
  • 1 Comment
Joined 1 year ago
cake
Cake day: January 7th, 2024

help-circle
  • Waterdoc@lemmy.catoScience Memes@mander.xyzggplot2 is love. ggplot2 is life.
    link
    fedilink
    English
    arrow-up
    23
    arrow-down
    3
    ·
    14 hours ago

    R with the tidyverse package is amazing once you get over the learning curve. It’s so much easier to simply type a few lines of code then to fiddle with the Excel GUI, plus the ability to customize the plot is much, much better in R.

    Yes making a simple plot in Excel is relatively easy, but try making something evening remotely complex and it’s terrible. A box plot is a great example of this, 2 lines of plotting code in R for a basic plot but an absolute nightmare to create in Excel.