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

Поділитися
Вставка
  • Опубліковано 4 гру 2024

КОМЕНТАРІ • 49

  • @ProfBoggs
    @ProfBoggs Рік тому +2

    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 Рік тому

    Awesome video! Been searching forever to find this specific information. Thank you!!

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

    At a loss for words. It save me from a lot of headache. Much appreciated.

    • @DataGarden
      @DataGarden  2 роки тому +1

      Excellent, glad it was helpful. Thanks for leaving a comment!

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

  • @gregmoore1013
    @gregmoore1013 3 роки тому +4

    Great explanation; a real time-saver! Thank you!

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

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

    Thank you sir, you have saved my keister.

  • @keiserious
    @keiserious 3 роки тому +5

    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.

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

    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 роки тому +1

      Excellent! Glad that it was helpful.

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

    Great Video. Thank you

  • @WahranRai
    @WahranRai 2 роки тому +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...

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

    Amazing video! Time saver!

  • @jcornish2362
    @jcornish2362 11 місяців тому

    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.

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

    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!

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

    Excellent

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

    Many thanks

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

    Thank you :)

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

    Thank you 😊

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

    Thanks, just what I was looking for. Do you know how to add a legend?

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

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

    muhcas gracias amigo me ayudo mucho manita arriba

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

    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 !!

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

    thank you so much sir

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

    good video

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

    Du bist King

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

    Can we add filters in?

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

    🔥🔥🔥🔥

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

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

    If it is vertex in linear graph, the area of highest value in ggplot is called as?

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

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

    can you link your code in the decription please

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

    Nice tutorial. Adding legend would have been better

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

      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. ua-cam.com/video/0TzDjG8jwXE/v-deo.html

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

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

    I want insert legend, can you help me ?

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

      I made a follow-up here: ua-cam.com/video/0TzDjG8jwXE/v-deo.html

  • @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 роки тому +1

      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 роки тому +1

      @@mychudungco Great, happy I could help. You can contact me at data.garden@icloud.com with any follow up questions.