This repository is solely for my R learning. The repository organization follows the Prof. Pat from Riffomonas Project on youtube channel. Riffomonas Project channel follow this link https://www.youtube.com/@Riffomonas.
- Drawing line plot using NASA data. Follow the link CC215 episode -->https://www.youtube.com/watch?v=fskblEWSeWU&t=951s.
- Drawing global temperature change since 1880 barplots. Follow the link CC216 episode --> https://www.youtube.com/watch?v=HDXY0idH7KY&t=621s.
- Drawing Ed_hawkins figure. Follow the link cc217 episode --> https://www.youtube.com/watch?v=gOyya2DLVfQ.
- Recreating climate temperature spirals ggplot2. Follow the link CC218 episode --> https://www.youtube.com/watch?v=NYF9ySYSvwQ
- Recreating animated climate temperature spirals ggplot2 and gganimate. Follow the link CC219 episode --> https://www.youtube.com/watch?v=AYfjdcylAio
- Creating the NASA GISS animated climate spiral in R. Follow the link CC220 episode --> https://www.youtube.com/watch?v=YkJFaQVrD9Y
- Creating a spiral in cartesian coordinates with ggplot2 in R. Follow the link CC222 episode --> https://www.youtube.com/watch?v=kXbpAhWF6iw&t=180s
- Making a 3D interactive figure showing climate change with plotly. Follow the link CC223 episode --> https://www.youtube.com/watch?v=PytBiFU0rEc
- Illustrating climate change using the ggplot2 to create a tornado plot. Follow the link CC224 --> https://www.youtube.com/watch?v=Yebe0IcBFh0
- Programming a line plot in R to show climate change with and without animation. Follow the link CC225 --> https://www.youtube.com/watch?v=DrNQMaIVEVo
- How to create a ridgeline plot in R with ggridges in RStudio. Follow the link CC226 --> https://www.youtube.com/watch?v=kU4O1LXdz2Y
- Creating a raster map of global climate change in R with ggplot2's geom_raster. Follow the link CC227 --> https://www.youtube.com/watch?v=W1QH83twaak
- A rug chart in R with ggplot2's geom_segment showing latitudinal temperature anomalies. Follow the link CC228 --> https://www.youtube.com/watch?v=UbuKFW5eul8&t=419s
- Scraping weather data from the internet with R and the tidyverse. Follow the link CC231 --> https://www.youtube.com/watch?v=V5Df6vw4-e8
- Removing outliers in R with tools from dplyr and ggplot2. Follow the link CC232 --> https://www.youtube.com/watch?v=rbm2pYSPFlU&t=11s
- Using dplyr's group_by function with and without summarize. Follow the link CC233 --> https://www.youtube.com/watch?v=9D1wZ2zWyqI&t=68s
- Using lubridate and ggplot2 to work with dates in R. Follow the link CC234 --> https://www.youtube.com/watch?v=facMJFmsUlw
- Visualizing correlation with double y-axes using the ggplot2 R package. Follow the link CC235 --> https://www.youtube.com/watch?v=ir-NMcrYD-I
- Stylizing the appearance of facet labels with ggplot2's facet_wrap. Follow the link CC236 --> https://www.youtube.com/watch?v=v1hTB2b_YkE
- Using factors in R to create a new calendar and see how much snow do we get in Michigan. Follow the link CC238 --> https://www.youtube.com/watch?v=Ky8CIMZzO54
- Creating a sliding window with the slider R package to quantify the level of drought. Follow the link CC239 --> https://www.youtube.com/watch?v=1X9GGgOPKcI
- Using the drop argument in count and group_by with factors to include missing data (Script: snow_seasonV2.R & .dropExample.R). Follow the link CC240 --> https://www.youtube.com/watch?v=q9Xq2fliEec&t=1s
- Using the dplyr lag and lead function to find the length of drought (Script: drought_window.R). Follow the link CC245 --> https://www.youtube.com/watch?v=uNQ3fwnUQsE
- The magrittr and base R pipe: what's the difference (Script: pipe_demo.R)? Follow the link CC241 --> https://www.youtube.com/watch?v=TmSwDAvPX2Q
- A head to head comparison of the base R and magrittr pipe. Follow the link CC244 --> https://www.youtube.com/watch?v=IL31LG84i5M&t=984s
- Three approaches to organize your R project. Follow the link CC178 --> https://www.youtube.com/watch?v=GeN-qqNLLsM
- Using renv to track the version of your packages in R. Follow the link CC229 --> https://www.youtube.com/watch?v=yc7ZB4F_dc0&t=2s
- How to create a conda or mamba environment for R programming to enhance reproducibility. Follow the link CC230 --> https://www.youtube.com/watch?v=QI2Qg_1aySc&t=170s
Enjoy learning R language!!