How to make and enhance barplot with data labels, error bar and legend using R programming?

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

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

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

    Your youtube channel is the best resources I came across so far for learning R. Please keep teaching us. God bless you!

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

      Thank you very much for this appreciation. It motivates a lot.

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

    Well done! Always enjoy watching base R do just as well as tidyverse options.

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

      Tidyverse extends functionality.

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

    Thanks very much Dr. Rajendra

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

    well explained.
    always perfect.

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

    Thank you so much

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

    Thanks. Hw to reorder legends such as virginica, versicolor, and setosa?

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

      Sorry for the delay in answeing, add layer - scale_fill_discrete(breaks=c("virginica", "versicolor", "setosa"))
      library(ggplot2)
      library(ggplot2)
      ggplot(data=iris, aes(x=Species, y=Sepal.Length, fill=Species)) +
      geom_boxplot() +
      scale_fill_discrete(breaks=c("virginica", "versicolor", "setosa"))

  • @dennisoce-tech1802
    @dennisoce-tech1802 2 года назад

    Mr choure ur videos helpful my thesis writting. I need one help please upload two y axis graph with line with bar