How to plot barplots similar to those in journal articles using R and ggplot2 and other packages

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 21

  • @Learner_2000
    @Learner_2000 6 місяців тому

    Absolutely amazing style to teach us thank you so much from my inner heart 🇳🇵

    • @DevResearch
      @DevResearch  6 місяців тому +2

      Thanks for good words. It really motivates.

  • @bellamar4762
    @bellamar4762 3 місяці тому

    Thank you very much. Excellent tutorial.

    • @DevResearch
      @DevResearch  3 місяці тому +1

      Thanks and please watch my other videos also and share with your friends.

  • @gianmarcocastillohuaccho244
    @gianmarcocastillohuaccho244 3 місяці тому

    Niceeeeeeeeeeeee

    • @DevResearch
      @DevResearch  3 місяці тому

      Thanks for watching. Please watch my other videos also.

  • @max5916
    @max5916 2 роки тому

    You really the best professional person I have watch

  • @sadatsalifu9701
    @sadatsalifu9701 2 роки тому

    This is a really good and easy to follow tutorial. Thank you.

  • @trueperson22
    @trueperson22 2 роки тому

    Thanks a lot..

  • @nanthakumar8444
    @nanthakumar8444 2 роки тому +1

    very useful video sir

  • @jyothsna_jb
    @jyothsna_jb 2 роки тому

    Thank you very much, Sir 💐🙏

    • @DevResearch
      @DevResearch  2 роки тому

      It's my pleasure.

    • @jyothsna_jb
      @jyothsna_jb 2 роки тому

      @@DevResearch Sir, I'm a Ph. D. of Agriculture submitting thesis this year. I have learnt making good graphs through your videos. I'm very grateful to your efforts, Sir. Thank you again.

    • @DevResearch
      @DevResearch  2 роки тому

      Thanks for appreciation. It motivates a lot.

  • @kiranhivare
    @kiranhivare 2 роки тому

    Very nice sir, superb, thanks.............. I would like to see some videos on weather data and beautiful graphs 📈......sorry it was a typing mistake

    • @DevResearch
      @DevResearch  2 роки тому +1

      Yes. You can share the link.

  • @tahsinurrahman1999
    @tahsinurrahman1999 6 місяців тому

    Sir how shoud i add legends for the geomh lines
    Suppose i have created a bar plot for pH levels now by geomh line i have to show a standard value suppose WHO standard value
    For the specific line and color how to signify WHO standard in legend

    • @DevResearch
      @DevResearch  6 місяців тому

      You can use geom annotate to add text at soecofyc location specified by x and y arguments. Text is specified by label. You can customize using size, color etc. see the code
      # Load the necessary library
      library(ggplot2)
      # Create a sample data frame
      df