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

Published 2020-09-25

All Comments (20)
  • @zbra_maarten
    Bruh, you’re a hero!! You saved me 2hours before my university deadline, thank you so much!!! 🙏🙏
  • @tsr405
    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?
  • 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
    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")
  • @tophera2610
    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?
  • Very well explained. Thanks a lot. Just one query... How to sort graph ??
  • @shrutigupta3363
    Very informative, this tutorial helped me a lot. if possible please make a video on phylogenetic tree construction and analysis.
  • @ambujkro7215
    As a beginner, what is the meaning of , = > () - ' and how/when to use them ?
  • @Azam_Pakistan
    Dont you think excel produces better graphs and in fraction of time
  • this video is a waste of time, dont even bother with it. theres thousands of better options out there