Тёмный

How to use ggplot to create beautiful scatter plots. This is an R programming for beginners video. 

R Programming 101
Подписаться 104 тыс.
Просмотров 40 тыс.
50% 1

Data visualisation is easy when you use ggplot. Ggplot2 is package and forms part of the tidyverse group of packages in R. Ggplot is used to create amazing plots and graphs. In this video I talk you though how to visualise two numeric variables and a categorical variable to produce a scatter plot and a linear model. If you’re interested in statistics or quantitative analysis, learning R programming would be extremely useful. This video forms part of the R programming for beginners series.

Опубликовано:

 

15 фев 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 52   
@RProgramming101
@RProgramming101 11 месяцев назад
Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/courses/rprogramming-resource-library
@stellakalgoorlie5552
@stellakalgoorlie5552 3 года назад
Legend! as a R beginner, I watched all of your videos in two days, they saved my university life....I like when you mess around ggplot argument and come out with different graph and meanings, and would like to watch more like these! Please do more videos on more examples please please
@RProgramming101
@RProgramming101 3 года назад
Glad it helped and will definitely do more videos! Thank you for your feedback 🙂
@faridrasi5633
@faridrasi5633 2 года назад
Thank you so much! Clear and concise. Keep up the good work, Greg!
@RProgramming101
@RProgramming101 2 года назад
Thank you, Farid! 🙂
@evedickson2496
@evedickson2496 2 года назад
Best R resources I've found on RU-vid.. thank you
@RProgramming101
@RProgramming101 2 года назад
Glad it was helpful!
@H0tinNYC
@H0tinNYC 3 года назад
Thank you for uploading these!!
@RProgramming101
@RProgramming101 3 года назад
You are most welcome Alan.
@ismailay.jammeh6698
@ismailay.jammeh6698 3 года назад
Thanks for the videos. You make R look super simple!!!
@RProgramming101
@RProgramming101 3 года назад
Glad you like them!
@Carnezu
@Carnezu 3 года назад
Thank you for all your helpful R videos. I linked your channel to my classmates, as we're all tackling R this semester. :)
@RProgramming101
@RProgramming101 3 года назад
Awesome! Thank you!
@veroniquemigue7985
@veroniquemigue7985 3 года назад
Thank you! Very helpful!
@RProgramming101
@RProgramming101 3 года назад
Glad it was helpful!
@bathfun
@bathfun 3 года назад
Really useful, thank you.
@RProgramming101
@RProgramming101 3 года назад
Glad you liked it.. .more oi these to come (for sure). I enjoy making them
@sekander1253
@sekander1253 3 года назад
Many thanks for this crystal clear video.
@RProgramming101
@RProgramming101 3 года назад
Glad it was helpful! More to come soon :)
@sekander1253
@sekander1253 3 года назад
@@RProgramming101 Thanks so much. I believe "learn by enjoying" is one of your top list mottos.
@haraldurkarlsson1147
@haraldurkarlsson1147 3 года назад
In the words of Tina Turner: "Your simply the best..." . Great job as usual Greg. Keep those R (and statistics) videos coming. Thanks!
@RProgramming101
@RProgramming101 3 года назад
Wow, thanks!
@traveldesire8058
@traveldesire8058 2 года назад
The teaching method is pedagogic, clear and understandable with excellent graphically sheen sharing. One of the best R courses on the web. Well done! I kindly ask you if you please could also record videos on an advanced use of R programming. Something regarding basic Spatial Analysis for movement ecology would be handy, in particular the package "adehabitatLH", "adehabitatHR" function "mcp", or package "lme4". Cheers
@RProgramming101
@RProgramming101 2 года назад
Thank you for your kind feedback 🙂
@user-ww7of4ub5m
@user-ww7of4ub5m 8 месяцев назад
Hi, I have tried running the below code based on the mpg data set as per your tutorial video: > mpg %>% + filter(hwy < 35) %>% + ggplot(aes(x = displ, y = hwy, colour = drv))+ + geom_point()+ + geom_smooth(method = lm, se = F)+ + labs(x = “Engine size”, y = “MPG on the Highway”, title = “Fuel efficiency”)+ I just wanted to check if I was perhaps doing something wrong?
@ben-dr3wf
@ben-dr3wf Год назад
Thanks a lot. V helpful
@RProgramming101
@RProgramming101 Год назад
Glad it was helpful! Thank you
@akshayavidhya9325
@akshayavidhya9325 8 месяцев назад
Thank you
@caduguimaraes
@caduguimaraes 3 года назад
Welcome back Sr
@RProgramming101
@RProgramming101 3 года назад
Good to me here :)
@Xdianaandini
@Xdianaandini 2 года назад
I hope you turn on the CC :( it's so helpful even if it's automated.
@MimisChlympatsos
@MimisChlympatsos Год назад
great video sir!
@RProgramming101
@RProgramming101 Год назад
Glad you enjoyed it - Thanks!
@manglem10
@manglem10 3 года назад
Very useful for me who is just starting R. Your recap is invaluable. If the plot is in black n white, Color of Points and lines will not be distinguishable so is there other way of showing points n line??
@negusuworku2375
@negusuworku2375 Месяц назад
Thank you Bro. It is fantastic and excellent. But I have a question how can i send ? My question is recoding or grouping using R for date converting them into Weeks for example from January 1-7 is week 1, January 8-14= week2 and etc ...
@CanDoSo_org
@CanDoSo_org 2 года назад
Excellent teacher. I was wondering what is the marker app you are using?
@rabid2009
@rabid2009 2 года назад
thanks a lot sir
@RProgramming101
@RProgramming101 2 года назад
Most welcome
@maisamsna
@maisamsna 3 года назад
How can I name each dot in the plot? For example, if I have a list of variables of different countries and wanna show which one belongs to which country.
@sujithsuresh2152
@sujithsuresh2152 3 года назад
sir can you do a video on how to plot a double coloumn graph using ggplot2?
@RProgramming101
@RProgramming101 3 года назад
Will do... :)
@sujithsuresh2152
@sujithsuresh2152 3 года назад
thank you sir
@michaeljohnson8353
@michaeljohnson8353 3 года назад
can you please do a video explaining how to create one way anova using R studio?
@RProgramming101
@RProgramming101 3 года назад
Will do. Thanks for the suggestion.
@michaeljohnson8353
@michaeljohnson8353 3 года назад
@@RProgramming101 thank you for your videos!
@umarhussain5957
@umarhussain5957 2 года назад
Respected sir if u share ur scripts it will be more better
@RProgramming101
@RProgramming101 2 года назад
will do.
@-Srinu-ob2sk
@-Srinu-ob2sk Год назад
What you saying sir. You keep on talking like a radio
@LisaNicole22
@LisaNicole22 3 года назад
Switching back and forth constantly is reaaaaaaaaaaallly annoying sorry.... trying to watch and do... !
@herbertchitere4142
@herbertchitere4142 3 года назад
Thank you
@RProgramming101
@RProgramming101 3 года назад
You are most welcome Herbert
Далее
Bar charts and Histograms using ggplot in R
18:22
Просмотров 63 тыс.
КРУТОЙ ФОКУС С ШАРАМИ
00:35
Просмотров 113 тыс.
MC TAXI: АК-47
35:14
Просмотров 278 тыс.
Data visualization with R in 36 minutes
36:16
Просмотров 24 тыс.
Scatterplots and regression lines in R
15:00
Просмотров 8 тыс.
Multi-Panel Plots in R (using ggplot2)
12:18
Просмотров 37 тыс.
Lubridate - how to manipulate date and time data in R
18:05