Graphics in R with ggplot()

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 มิ.ย. 2024
  • The ggplot() function is an exceptionally versatile way to produce beautiful graphics in R. Let's get started!
    If this vid helps you, please help me a tiny bit by mashing that 'like' button. For more #rstats joy, crush that 'subscribe' button!

ความคิดเห็น • 31

  • @EquitableEquations
    @EquitableEquations  9 หลายเดือนก่อน +3

    Check out the newer version of this vid at th-cam.com/video/McL9MMwmIZY/w-d-xo.html. It's better!!

    • @ogclinton4780
      @ogclinton4780 6 หลายเดือนก่อน

      you explain so clearly...thank you so much

  • @Ammarsays
    @Ammarsays ปีที่แล้ว +5

    One of the best introductory tutorials on ggplot(). Starts from the basics and builds upon bit by bit.

  • @MazzloPeak
    @MazzloPeak 7 หลายเดือนก่อน +2

    I like how clearly and logically you present new ideas and how you format your videos, thanks much!

  • @KKmovesToMars
    @KKmovesToMars 7 หลายเดือนก่อน +2

    this is so great! thank you for taking the time!

  • @highfrequencymonkeyman
    @highfrequencymonkeyman 6 หลายเดือนก่อน +1

    Thank you, thank you, thank you! Straight to the point -- making graphs.

  • @bamideleoladapofagbayigbo7205
    @bamideleoladapofagbayigbo7205 2 ปีที่แล้ว +1

    Thank you for this video. Short and precise.

    • @bamideleoladapofagbayigbo7205
      @bamideleoladapofagbayigbo7205 2 ปีที่แล้ว

      Kindly explain how to present large values and small values in the same data set in R, In my case, I have numbers ranging between 0.01 and 100.000 in the same data set. My graphs are not looking great. Please, advise how can I represent such data in the graph in R.

  • @jerryeyong5585
    @jerryeyong5585 2 หลายเดือนก่อน +1

    Excellent video for anyone interested with R

  • @dtriana1991
    @dtriana1991 3 ปีที่แล้ว +3

    Excellent introductory description.

  • @starjiang1
    @starjiang1 3 ปีที่แล้ว +4

    Great video on ggplot, short but powerful

  • @negusuworku2375
    @negusuworku2375 8 หลายเดือนก่อน +1

    Thank you very helpful.

  • @user-zj7cr2pg7c
    @user-zj7cr2pg7c 8 หลายเดือนก่อน +2

    Very good! Watched 2023.10.7

  • @tonytungsten4278
    @tonytungsten4278 9 หลายเดือนก่อน +1

    Nice tutorial thank you - very helpful. Just a note that the singular of parentheses is not "parentheSEE" (phonetic spelling of what you were saying) but parenthesis.

  • @hozifaelgadal623
    @hozifaelgadal623 หลายเดือนก่อน

    thank you that's was really helpful.

  • @romanvasiura6705
    @romanvasiura6705 ปีที่แล้ว +1

    Thank you!

  • @Samuel8142
    @Samuel8142 ปีที่แล้ว +1

    Amazing man, simple

    • @Samuel8142
      @Samuel8142 ปีที่แล้ว

      Thank you professor

  • @PragyaTGupta
    @PragyaTGupta 6 หลายเดือนก่อน

    thanks once again

  • @elianouei
    @elianouei 8 หลายเดือนก่อน +1

    thank you very much!

  • @sayeedmahmud5333
    @sayeedmahmud5333 ปีที่แล้ว

    Thank you for the video on ggplot. Would you be able to post video on gganimate and how to modify code between old API and new API?

  • @azevedopedro1
    @azevedopedro1 7 หลายเดือนก่อน

    Thanks for Sharing. How to customize graphics on Gstat packages?

  • @bamideleoladapofagbayigbo7205
    @bamideleoladapofagbayigbo7205 2 ปีที่แล้ว +1

    Kindly explain how to present large values and small values in the same data set in R, In my case, I have numbers ranging between 0.01 and 100.000 in the same data set. My graphs are not looking great. Please, advise how can I represent such data in the graph using R.

    • @EquitableEquations
      @EquitableEquations  2 ปีที่แล้ว

      Hi! You might consider using a logarithmic scale with scale_x_continuous. Be careful, though, as this can make your visualization difficult to interpret.

  • @johannis94
    @johannis94 2 ปีที่แล้ว +1

    Why are you talking about ggplot instead ggplot2?
    tidyverse shows ggplot2 (1:57) ... makes it any difference? ty

    • @EquitableEquations
      @EquitableEquations  2 ปีที่แล้ว +4

      Hi! The name of the package is ggplot2, but people often just say ggplot (the name of the workhorse function). I do this all the time.

  • @mugomuiruri2313
    @mugomuiruri2313 ปีที่แล้ว +1

    What u have done .can it be used for cluster analysis?