R-Studio Tutorial: Multiple Lines in One Plot With GGPlot

  Рет қаралды 54,131

Data Garden

Data Garden

Күн бұрын

Пікірлер: 49
@ProfBoggs
@ProfBoggs Жыл бұрын
This is one of the few videos I have found showing how to combine ggplot and wide format data. Thank you.
@reshjnithin
@reshjnithin Жыл бұрын
Thanks a lot! I was breaking my head for the past 3 hours because I was getting so many errors. This saved my day and grades for my assignment.
@michaelpappas3857
@michaelpappas3857 11 ай бұрын
Awesome video! Been searching forever to find this specific information. Thank you!!
@keiserious
@keiserious 3 жыл бұрын
Just started rstudio last week and was having difficulties with two line plot, this is tremendous! Would love to see you apply loess\lowess smoothing to this chart. Thank you for your easy and straightforward tutorials 👍
@DataGarden
@DataGarden 3 жыл бұрын
Thanks for the kind words. Glad that my video was helpful for you. I've noted your suggestion for a future video as well.
@Lara-zo8gn
@Lara-zo8gn Жыл бұрын
You've literally saved my butt in my statistics course at university, thank you! (:
@DataGarden
@DataGarden Жыл бұрын
Brilliant! Glad that it was helpful.
@fransingolf5314
@fransingolf5314 2 жыл бұрын
As someone just starting out with learning to use RStudio, this video has been by far the most helpful for me so far. What a hero, thanks so much for the explanation!
@DataGarden
@DataGarden 2 жыл бұрын
I'm happy to hear that you found my video helpful. Thanks for leaving a comment.
@zahrasadatvaziri5481
@zahrasadatvaziri5481 2 жыл бұрын
At a loss for words. It save me from a lot of headache. Much appreciated.
@DataGarden
@DataGarden 2 жыл бұрын
Excellent, glad it was helpful. Thanks for leaving a comment!
@viantube_45526
@viantube_45526 Жыл бұрын
Thank you sir, you have saved my keister.
@jcornish2362
@jcornish2362 10 ай бұрын
This was a really useful video. Thanks for this. I wondered if you had any advice on how to connect two points with a line using the mean of different columns in a dataset? I have tried using different methods but I thought the following would work in R but it doesn't. ggplot()+ geom_point(data = wsd, mapping = aes(x = "Mud intact", y = mean(Mud_intact)), colour = "blue", size = 3)+ geom_point(data = wsd, mapping = aes(x = "Sand intact", y = mean(Sand_intact)), colour = "blue", size = 3)+ geom_line()+ geom_point(data = wsd, mapping = aes(x = "Mud hair cut", y = mean(Mud_hair.cut)), colour = "red", size = 3)+ geom_point(data = wsd, mapping = aes(x = "Sand hair cut", y = mean(Sand_hair.cut)), colour = "red", size = 3)+ geom_line()+ labs(title = "Comparison of mean worm speed with/without hairs on different substrates", x = "Worm condition and Surface type", y = "Mean Speed")+ theme_bw() Any advice greatly appreciated.
@gregmoore1013
@gregmoore1013 3 жыл бұрын
Great explanation; a real time-saver! Thank you!
@andrewjohnson1740
@andrewjohnson1740 2 жыл бұрын
Thank you! I have been struggling for awhile to get a nice plot out and this video helped alot
@lizbethmujica6321
@lizbethmujica6321 2 жыл бұрын
I could do my homework, thanks to your video :)
@DataGarden
@DataGarden 2 жыл бұрын
Excellent! Glad that it was helpful.
@midasmageto4067
@midasmageto4067 3 жыл бұрын
Very helpful. I kindly request for a video on how to add a legend, given 2 y variables. Thanks
@DataGarden
@DataGarden 3 жыл бұрын
Thanks. I'll do a follow-up on that soon!
@rainstormandthundersounds4191
@rainstormandthundersounds4191 2 жыл бұрын
That's great and working! and many thanks for that!! however - where is the legend? how can I know which group is the correct one?
@ferosekhan23
@ferosekhan23 2 жыл бұрын
Great Video. Thank you
@Alonso_Cid
@Alonso_Cid 2 жыл бұрын
Thanks, just what I was looking for. Do you know how to add a legend?
@WahranRai
@WahranRai 2 жыл бұрын
11:04 It is not a good solution for ylab (what about if you have to add another line..). I will recommend : ylab = "Effectif" (or something else ) and adding a *legend* with "blue" armed forces etc...
@travisjiang3019
@travisjiang3019 2 жыл бұрын
thanks god someone posted it ! and could you specify how to add independent legend on the sides of the plot? instead of renaming the y-axis. Thanks !!
@aman201156
@aman201156 Жыл бұрын
Excellent
@AnuragGaonkar9703
@AnuragGaonkar9703 2 жыл бұрын
Amazing video! Time saver!
@widnaldvalcin6677
@widnaldvalcin6677 2 жыл бұрын
🔥🔥🔥🔥
@chionomys
@chionomys 2 жыл бұрын
Many thanks
@pradhandeepa
@pradhandeepa 2 жыл бұрын
Can we add filters in?
@javieracarvajalgonzalez7248
@javieracarvajalgonzalez7248 3 жыл бұрын
Thank you :)
@nl7247
@nl7247 2 жыл бұрын
Thank you 😊
@alvarodel2950
@alvarodel2950 2 жыл бұрын
Hello, and how would it be if instead of 2 graphs I wanted to make 3 or more on the same graph? Could you help me please? Thank you very much.
@dudelfreak
@dudelfreak 3 жыл бұрын
Du bist King
@imanroknidoustfoumani2637
@imanroknidoustfoumani2637 3 жыл бұрын
thank you so much sir
@athiribacha197
@athiribacha197 2 жыл бұрын
If it is vertex in linear graph, the area of highest value in ggplot is called as?
@JouikisShow
@JouikisShow 2 жыл бұрын
muhcas gracias amigo me ayudo mucho manita arriba
@blk_lies
@blk_lies 2 жыл бұрын
good video
@ChristianoSts
@ChristianoSts 2 жыл бұрын
I have a 300 x 450 matrix, 300 samples with 450 factors. I´d like to plot the 300 lines in a graph (if possible, 5 diferent colors to represent categories which samples belong to), i´ve tried many approaches, now I have transposed the data, and can´t find a way to put column data [2:454] versus x=column 1. in other words, is there a way to plot 200 collumns without having to write one by one?
@ardykharabian3453
@ardykharabian3453 Жыл бұрын
I have a small R script below that creates a graph. This script only imports one .csv to .tsv file. However, I need to tweak it in a way that it can import multiple .tsv files and create overlaying graphs (transparent histogram and line) with different colours. Can you do it for me? # read in data df = read.csv("your_distribution.tsv", sep="\t") # filter Ks distribution (0.001 < Ks < 5) lower_bound = 0.001 upper_bound = 5 df = df[df$Ks < upper_bound,] df = df[df$Ks > lower_bound,] # perform node-averaging (redo when applying other filters) dff = aggregate(df$Ks, list(df$Family, df$Node), mean) # reflect the data around the lower Ks bound to account for boundary effects ks = c(dff$x, -dff$x + lower_bound) # plot a histogram and KDE on top hist(ks, prob=TRUE, xlim=c(0, upper_bound), n=50) lines(density(ks), xlim=c(0, upper_bound))
@wibulord926
@wibulord926 2 жыл бұрын
can you link your code in the decription please
@juanrike5401
@juanrike5401 2 жыл бұрын
I want insert legend, can you help me ?
@DataGarden
@DataGarden 2 жыл бұрын
I made a follow-up here: kzbin.info/www/bejne/ZoXddZ19bc-qjqc
@jababnamgay6366
@jababnamgay6366 3 жыл бұрын
Nice tutorial. Adding legend would have been better
@DataGarden
@DataGarden 3 жыл бұрын
Thank you, and you're right. That's why I have made a follow-up video in the meantime where I add a legend to this plot. kzbin.info/www/bejne/ZoXddZ19bc-qjqc
@mychudungco
@mychudungco 2 жыл бұрын
Hi, I do the same but the result only shows the point and warning that geom_path: Each group consists of only one observation. Do you need to adjust the group aesthetic? It means that the line does not appear. Could you help me out? hear is my data : RCI = data.frame (year = c(2015, 2016, 2017, 2018, 2019, 2020), b1_AU = c(1.0975, 1.0998, 1.1341, 1.1386, 1.1141, 1.1598), b5_AU = c(0.9262, 0.9754, 0.9163, 0.9637, 0.9399, 0.9284), b10_CN = c(0.9201, 0.9679, 1.0682, 1.0217, 1.0690, 1.0687), b21_CH = c(1.1347, 1.1067, 1.0332, 0.9687, 0.9618, 0.9989), b43_KS = c(0.9532, 0.9278, 0.9561, 1.0208, 1.0095, 1.1224), b79_US = c(1.0332, 1.0311, 0.9370, 0.9749, 0.9929, 1.0182)) I transfer year into factor then, library(ggplot2) ggplot() + geom_point(data = RCI, aes(x=year, y = b1_AU))+ geom_line(data= RCI,aes(x=year, b1_AU))
@DataGarden
@DataGarden 2 жыл бұрын
Hi, thanks for leaving a comment. I have reproduced your example and I think if you leave "year" as numeric instead of factor the code should work fine. At least it did for me. Let me know if that works.
@mychudungco
@mychudungco 2 жыл бұрын
@@DataGarden Yes, you are right. It was my mistake to transform year to factor. Thanks for your well informative video and quick response. How can I contact you in case we have some small projects in the future
@DataGarden
@DataGarden 2 жыл бұрын
@@mychudungco Great, happy I could help. You can contact me at data.garden@icloud.com with any follow up questions.
R-Studio and GGPlot: Smoothing Functions for Line Plots
13:46
Data Garden
Рет қаралды 3,3 М.
Scatter plot and Line plot in R (using ggplot2)
22:28
Peeling Back Data
Рет қаралды 44 М.
the balloon deflated while it was flying #tiktok
00:19
Анастасия Тарасова
Рет қаралды 35 МЛН
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 63 МЛН
How Strong is Tin Foil? 💪
00:25
Brianna
Рет қаралды 63 МЛН
Barplot and column plot using R (ggplot)
13:03
BioinfQuests
Рет қаралды 27 М.
One CPU To Rule Them All - Ryzen 7 9800X3D Review
12:47
Linus Tech Tips
Рет қаралды 998 М.
You Won’t Believe What Excel’s Copilot Can Do! (new updates)
10:37
Multi-Panel Plots in R (using ggplot2)
12:18
Peeling Back Data
Рет қаралды 39 М.
the balloon deflated while it was flying #tiktok
00:19
Анастасия Тарасова
Рет қаралды 35 МЛН