Basic Bar Chart in R Tutorial: Global Crypto Market Cap (R Graph Gallery)

preview_player
Показать описание
In this video I show you how basic bar charts can be created in R with ggplot() and geom_bar() or geom_col().

In the end I use this to visualize the total cryptocurrency market cap from mid 2013 until early 2021.

⏱ Time Stamps ⌚
0:00 - Intro
1:20 - geom_bar() vs geom_col()
2:40 - Basic barchart with geom_bar()
3:25 - 3 ways to change the color
5:35 - Horizontal bar chart with coord_flip()
6:16 - Reorder the bars with forcats, dplyr or base-R
7:45 - Crypto market cap with log transformation

External Links:
Check out the source for the R code on the R-Gallery:

Background Music:
Рекомендации по теме
Комментарии
Автор

If you want to download the R code of this video you can do this here in my free skool community:

TheDataDigest