Barplot and column plot using R (ggplot)

Поделиться
HTML-код
  • Опубликовано: 14 июл 2024
  • In this video we will explore how to draw barplot, column plot using ggplot2. Data used in the video can be downloaded from drive.google.com/file/d/1jcr-...
    0:00 Introduction
    1:03 First example
    3:47 Stacked barplot
    5:49 Flip coordinates
    6:29 Side wise barplot
    7:30 Use Facet wrap
    10:15 column plot

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

  • @HaydenL-uo4ys
    @HaydenL-uo4ys 7 месяцев назад

    Good job, looking forward for more R contents.

  • @Internalmedicine5825
    @Internalmedicine5825 7 месяцев назад

    Thank you sir. Very nicely done ! More lectures sir !

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

    Very useful. Thanks a lot!

  • @orbitaaltube
    @orbitaaltube 9 месяцев назад

    Thank you sir. Very well explained.

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

    Useful for economics as well. Thank you

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

    Get this man more subscribers

  • @TWA356
    @TWA356 8 месяцев назад

    Thank you!!!

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

    Thanks man, I´m from Colombia and this video help me so much! :3

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

      Thank you. Please share among your network and social media to reach out to wider audience. Appreciate it. Thanks again.

  • @md.shaminurrahman8758
    @md.shaminurrahman8758 2 года назад +1

    Excellent!

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

      Thanks Shaminur. Please share in your network to reach out to wider audience. Thank you. Appreciate it.

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

    good video. thanks.

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

      Thanks Saygin. Request you to support channel by subscribing and getting notification for upcoming videos.

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

    I’m wondering what values were being used for the y axis in the stacked bar plots when the y axis wasn’t specified.

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

      Its the count of each category which is specified on x axis. it will be automatically counted. When we specify x with a column, R will xount frequency of each category and consider that as y. Hope it answers.