Intro to R: ggplot2(cont.)In this article, I will continue to introduce other two important elements when drawing graph by using ggplot2.Mar 31, 20216Mar 31, 20216
Intro to R: ggplot2ggplot2 is a package for data visualization. ggplot2 is based on the grammar of graphics, Plot= data+ Aesthetics+ Geometry. This article…Mar 31, 20217Mar 31, 20217
Intro to R: dplyrOne of the most commonly used package in R is tidyverse, which contains several packages: dplyr, ggplot, tidyr, readr, purrr, stringr, etc…Mar 30, 202110Mar 30, 202110