Graphics in R with ggplot()

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

КОМЕНТАРІ • 33

  • @EquitableEquations
    @EquitableEquations  Рік тому +3

    Check out the newer version of this vid at ua-cam.com/video/McL9MMwmIZY/v-deo.html. It's better!!

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

      you explain so clearly...thank you so much

  • @thisisnotlau
    @thisisnotlau 3 місяці тому +2

    Amazing. Very helpful, thank you so much!

  • @Ammarsays
    @Ammarsays Рік тому +6

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

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

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

  • @Igel_Mecki
    @Igel_Mecki Рік тому +1

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

  • @jerryeyong5585
    @jerryeyong5585 8 місяців тому +1

    Excellent video for anyone interested with R

  • @dtriana1991
    @dtriana1991 3 роки тому +3

    Excellent introductory description.

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

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

  • @JohnChu-z4w
    @JohnChu-z4w Рік тому +2

    Very good! Watched 2023.10.7

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

    Great video on ggplot, short but powerful

  • @rouda1218
    @rouda1218 3 місяці тому

    hugely beneficial! thanks!

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

  • @tonytungsten4278
    @tonytungsten4278 Рік тому +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 7 місяців тому

    thank you that's was really helpful.

  • @negusuworku2375
    @negusuworku2375 Рік тому +1

    Thank you very helpful.

  • @elianouei
    @elianouei Рік тому +1

    thank you very much!

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

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

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

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

  • @romanvasiura6705
    @romanvasiura6705 Рік тому +1

    Thank you!

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

    Amazing man, simple

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

    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?

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

    thanks once again

  • @mugomuiruri2313
    @mugomuiruri2313 Рік тому +1

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