Ggplot Colors - how to use colors effectively when creating plots with ggplot2

Поделиться
HTML-код
  • Опубликовано: 14 июл 2024
  • If you're interested in data visualization or creating plots and graphs using ggplot then you really need to get into using colors effectively. Most people who use R programming to create graphics use the package ggplot2 and the RColorBrewer to ensure that the right pallets get used for their plots. This video will teach you how to use these packages to ensure that your plots look incredible.
    This channel is supported by Nested Knowledge - an online platform that supports the entire literature review process. Please do check them out at this link: my.nested-knowledge.com/r-pro...
  • РазвлеченияРазвлечения

Комментарии • 17

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

  • @EliVergara
    @EliVergara Год назад +5

    I am new to R and recently started following your channel. I have been just getting into ggplot2 and this posted just in time for me to learn and explore color options. Your channel content is invaluable. Please continue to share. I know there are many, probably thousands of us who might not comment but feel very grateful to you for this content.

  • @Paul.Arnold
    @Paul.Arnold 7 месяцев назад

    R is my drug of choice

  • @gianluca.pastorelli
    @gianluca.pastorelli Год назад

    Glad that you addressed the issue of colour blindness, which affects me directly. In that context, point shapes may also be very helpful alongside colour, and I believe that in ggplot shapes are handled in a very similar way to what you showed about colour. Thanks and keep up the good work!

  • @learnteach4730
    @learnteach4730 Год назад

    I just love your videos, Sir.

  • @mocabeentrill
    @mocabeentrill Год назад

    Hi Gregg. Thank you for this.

  • @afonsoosorio2099
    @afonsoosorio2099 Год назад

    Hi Greg, this one was long overdue. Well done ✔.
    Scale_Aesthetic_Modifier().
    Actually there is a short cut to insert manually the colors of your choice from the color picker addins.
    You select the number of the variables to be colored, pick the corresponding colors of your choice and confirm the selection. This gets the values filled with the hex codes in the scale_color_manual( ) function instead of copy and paste.

  • @asdasdchen2336
    @asdasdchen2336 Год назад

    Excellent tutorial!❤

  • @fernandosantos3576
    @fernandosantos3576 Год назад +1

    It's a kind of magic!

  • @TaraGhimite
    @TaraGhimite Год назад

    Thank you, your video is very useful👌👌

  • @user-lr9bc2rh1e
    @user-lr9bc2rh1e 10 месяцев назад

    you are AMAZING man

  • @sirjoka2808
    @sirjoka2808 Год назад +1

    Absolutely no drugs, but please more R!!! 😅
    Thank you Mr as always.

  • @erikp6614
    @erikp6614 Год назад +1

    Very nice videos! Thank you! (A little bit low volume, though.)

  • @tuhinsuryachakraborty
    @tuhinsuryachakraborty Месяц назад

    Really great

  • @pangea1now
    @pangea1now Год назад

    Thank you for your videos. Is there anywhere we can request help on a specific topic? I am mapping gas stations in a county and want to use census tract data along with that. I am trying to clip the census tracts data to just salt lake county and can't get it to work.