Introduction to the ggplot2 Library
Learn about the ggplot2 library.
In base R, we can create a wide variety of visualizations, from simple scatterplots and histograms to more complex interactive graphics and geospatial maps. R provides built-in functions for visualization, but their capabilities are limited. To draw charts from a wider option range, we will use the ggplot2
package.
Get hands-on with 1400+ tech skills courses.