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

Поділитися
Вставка
  • Опубліковано 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!

  • @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?

  • @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")

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

    LEGEND

  • @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?

  • @meghagupta3484
    @meghagupta3484 3 роки тому

    What does package readx1 do?

  • @ihenetustanley48
    @ihenetustanley48 Рік тому

    Interesting

  • @shwetajugade6128
    @shwetajugade6128 3 роки тому +1

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

  • @ekolenelsonbetobe4711
    @ekolenelsonbetobe4711 3 роки тому +2

    So explicit tutorial, thanks

  • @shrutigupta3363
    @shrutigupta3363 3 роки тому

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

  • @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

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

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

  • @aceplayys7847
    @aceplayys7847 3 роки тому

    First dislike