New Course: Data Visualization in R

Опубликовано: 16 Июль 2026
на канале: DataCamp
1,779
9

Learn more about Data Visualization in R here: https://www.datacamp.com/courses/data...

R supports four different graphics systems: base graphics, grid graphics, lattice graphics, and ggplot2. Base graphics is the default graphics system in R, the easiest of the four systems to learn to use and provides a wide variety of useful tools, especially for exploratory graphics where we wish to learn what is in an unfamiliar dataset. This course provides a comprehensive introduction to working with base graphics in R.