How To Create Interactive Maps with R | Step-By-Step Tutorial

Sdílet
Vložit
  • čas přidán 18. 05. 2024
  • FULL BLOG POST INCLUDING CODE
    📍 Full Code at albert-rapp.de/posts/ggplot2-...
    📍 DataViz Course at arapp.thinkific.com/courses/i...
    📍 Data Cleaning Masterclass at data-cleaning.albert-rapp.de/
    📍 Free gt e-book at gt.albert-rapp.de/
    📍 {ggiraph} at • How to Make Any ggplot...
    📍 Htmltools video at • Use HTML & CSS in R wi...
    📈 CREATE EFFECTIVE CHARTS
    Check out my video course to create insightful data visualizations with ggplot at arapp.thinkific.com/courses/i...
    MORE VIDEOS
    📺 Web Development for R Users • Web Development For R ...
    📺 ggplot Tutorials • Beautiful Charts with ...
    📺 ggplot Remakes • How to Create Divergin...
    Subscribe at 👉 / @rappa753
    MORE CONTENT
    - weekly 3-minute newsletter about R, DataViz and webdev at 3mw.albert-rapp.de/
    - LinkedIn at / albert-rapp-9a5b9b28b
    #rstats #dataviz #ggplot #dplyr

Komentáře • 17

  • @rappa753
    @rappa753  Před měsícem

    If you enjoyed this video and want to level up your R skills even further, check out my latest video courses:
    📍Data Cleaning Master Class at data-cleaning.albert-rapp.de/
    📍Insightful Data Visualizations for "Uncreative" R Users at arapp.thinkific.com/courses/insightful-data-visualizations-for-uncreative-r-users

  • @iwoaugustynski9265
    @iwoaugustynski9265 Před měsícem +2

    I wonder why you didn't use spatial join `st_join()` for matching regions with states?

    • @rappa753
      @rappa753  Před měsícem +3

      🤯 That is an excellent trick. I simply didn't know about st_join 🙈 Thank you for sharing this 🥳

  • @bassamsaleh8034
    @bassamsaleh8034 Před měsícem +1

    Thank you for the video and information. very informative.
    one questions though, would you be kind and tell us in next videos, how to make the plots background transparent (or in dark mode), I tried many times with no good result. it's for websites that have dark mode usually.

    • @rappa753
      @rappa753  Před měsícem

      Glad that you like the video 😊 have you tried seeing plot.background to element_rect(fill = NA [or NULL])? 🤔

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Před 8 dny

    Masterful!

  • @AnFui-in1kn
    @AnFui-in1kn Před měsícem +1

    Great video! Any idea how to export the interactive graphic for sharing as single file?

    • @rappa753
      @rappa753  Před měsícem +1

      You can try the dsvg() function from {ggiraph}

    • @AnFui-in1kn
      @AnFui-in1kn Před měsícem +1

      @@rappa753 thank you!

  • @blaisepascal3905
    @blaisepascal3905 Před měsícem +1

    Really nice content!

  • @weitzun9691
    @weitzun9691 Před 6 dny +1

    Hey Albert, I’m planning to plot country Malaysia. But I noticed Malaysia not in the giscoR… is that true ? 😁

    • @rappa753
      @rappa753  Před 5 dny +1

      Hi there 👋 That's probably true as giscoR has mostly data from eurostat which covers Europe. You probably have to find another package that has geodata on Malaysia. Or maybe download a geofile form an official Malaysian webpage 🤔