I learn the basics of R with R studio . I will learn about data frames, one of the main tools for geological data analysis with R. These are very helpful and …
I want to visualize geological data. Today's goal is to make this plot using ggplot2 in R Library library(ggplot2) library(tidyverse) library(ggridges) li…