Create Simple Graphs in R Studio | R Beginners Graphs Tutorial | Bar Plot | Scattered | Box Plot

Поделиться
HTML-код
  • Опубликовано: 24 сен 2020
  • In this second video of the R Beginner tutorial, I will show you how to create various plots such as bar graph, scattered plot, pie chart, box plot etc., using simple R functions.
    to install excel library
    install.packages("readxl")
    Facebook Group: / 261045198486665
    Instagram Page: / bioinformatics.bb

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

  • @zbra_maarten
    @zbra_maarten 3 года назад +2

    Bruh, you’re a hero!! You saved me 2hours before my university deadline, thank you so much!!! 🙏🙏

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

    Thank you very much for this video!

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

    LEGEND

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

    Interesting

  • @ekolenelsonbetobe4711
    @ekolenelsonbetobe4711 3 года назад +2

    So explicit tutorial, thanks

  • @tsr405
    @tsr405 2 года назад +4

    The video is nice and neatly explained. However, where can I find those excel files that you are using?
    Can you please make those files available to download for better understanding of the examples that you have shown in the video?

  • @farhanayasmin6030
    @farhanayasmin6030 3 года назад

    I'm having trouble in making barplot. As example, there are 4 types of color under the column "eye color." If i wanna make barplot with 3 eye color, how am i supposed to do that?

  • @shrutigupta3363
    @shrutigupta3363 3 года назад

    Very informative, this tutorial helped me a lot. if possible please make a video on phylogenetic tree construction and analysis.

  • @shwetajugade6128
    @shwetajugade6128 3 года назад +1

    Very well explained. Thanks a lot. Just one query... How to sort graph ??

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

    Trying to make a combination chart in R using geom_col and facet_grid. It is not working, do you know how to create one?
    Here is the code I'm using:
    ggplot(data = joined_data, aes(x=year, y=fires))+
    geom_col(aes(fill=cause))+
    facet_grid(hectares~jurisdiction)+
    theme(axis.text.x = element_text(size = 8, angle = 45, vjust = 0.5),
    axis.text.y = element_text(size = 10))+
    labs(title = "Cause of Canadaian Forest Fires", y = "Number of Forest Fires", x = "Year", fill = "Cause")

  • @meghagupta3484
    @meghagupta3484 3 года назад

    What does package readx1 do?

  • @rugirakevin7279
    @rugirakevin7279 3 года назад

    How to combine a scatter plot and column bar graph?

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

    Hi! Can someone help me? Trying to practice and IDK what to do. Planning to make a bar graph. What I plan is create a graph showing average sales per day and day of the week. There's also day which is close and there are zero that needs to be remove to get average. Anyone has a sample code for this?

  • @ambujkro7215
    @ambujkro7215 2 года назад +2

    As a beginner, what is the meaning of , = > () - ' and how/when to use them ?

  • @monikalovesmakeup13
    @monikalovesmakeup13 3 года назад

    Where are these datasets?

  • @mathawanjaroonstienpong7263
    @mathawanjaroonstienpong7263 3 года назад

    What's mean line8 ( head(Format3) )?

    • @jaannawaz2007
      @jaannawaz2007  3 года назад +1

      If u want to view the table ... which was copied in Format3, u have to use this function ----- head()

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

    Dont you think excel produces better graphs and in fraction of time

  • @aceplayys7847
    @aceplayys7847 3 года назад

    First dislike

  • @uselessminority6071
    @uselessminority6071 3 месяца назад

    this video is a waste of time, dont even bother with it. theres thousands of better options out there