Creating a labeled scatter plot in R with ggplot2 (CC157)

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

Комментарии • 24

  • @Riffomonas
    @Riffomonas  2 года назад +1

    Like learning about how to use R? Check out my upcoming R workshops that are all taught via Zoom riffomonas.org/workshops/

  • @shishanliu5851
    @shishanliu5851 Год назад

    Thank you for saving my term paper! Excellent and clear explanation!

  • @waelbadawy2857
    @waelbadawy2857 2 года назад +1

    This is really great! I like the way you teach. So professional!

    • @Riffomonas
      @Riffomonas  2 года назад

      Hi Wael - thanks so much!

  • @ieliemielio
    @ieliemielio 2 года назад +1

    Love this graphing series, thanks!

    • @Riffomonas
      @Riffomonas  2 года назад

      My pleasure! I'm glad you and so many others have enjoyed the videos :)

  • @makoenergy23
    @makoenergy23 2 года назад +1

    Awesome! Looks great so far!

  • @RUJedi
    @RUJedi 2 года назад +1

    Brilliantly done! I'm a big fan of base R over Tidyverse in general, but seeing you work with ggplot has me reconsidering!

    • @Riffomonas
      @Riffomonas  2 года назад +1

      Hey Shawn - thanks! I thought I was the last base R holdout 😂 I love how straightforward it is to do things and add various components

    • @RUJedi
      @RUJedi 2 года назад

      Definitely agree! Keep up the amazing work!

  • @brindangnanampownraj1301
    @brindangnanampownraj1301 2 года назад +1

    I was struggling to label the plot. Thank you.

    • @Riffomonas
      @Riffomonas  2 года назад

      Glad you watched - thanks!

  • @KN-tx7sd
    @KN-tx7sd 2 года назад +1

    so nice, will highlighting specific countries will it be part 2 of the video? Thanks

    • @Riffomonas
      @Riffomonas  2 года назад +1

      Hmmmm. I hadn't planned on doing another one on the labeled scatter plot, but I think I could figure something out to share with you all. Check back on Monday :)

    • @t.n.strijker5114
      @t.n.strijker5114 2 года назад

      @@Riffomonas Brilliant series. I've got the same question as K N. How would you label only 4 specific countries for example? In a breeding program, I'd like to mark [Parent 1] and [Parent 2] in an offspring of 150 data points (plant measurements). Is that possible? Thanks a lot in advance for your time and explanation.

  • @bhaskartigp
    @bhaskartigp 2 года назад +1

    I would love to learn about binscatter plot. If you please find time to teach us principle behind it and how it is different from scatter plot. Thanks

    • @Riffomonas
      @Riffomonas  2 года назад +1

      Thanks for the suggestion! I’ll definitely keep it in mind for a future episode

    • @bhaskartigp
      @bhaskartigp 2 года назад

      @@Riffomonas That's fantastic. Thanks

  • @richardsmith9399
    @richardsmith9399 2 года назад +1

    Not what I was needing

  • @russtin1
    @russtin1 2 года назад +1

    What does inherit.aes = FALSE do?

    • @Riffomonas
      @Riffomonas  2 года назад

      That's the argument I always forget to add when combining multiple datasets onto a single plot! inherit.aes=FALSE tells R not to use the aes mappings that were defined in the original ggplot2 call. This can be an issue if the new data frame doesn't contain the same columns that were in the original data frame.

  • @user-ir7mp3pw1c
    @user-ir7mp3pw1c Год назад

    I don't know do it😔