📊 ggplot2 Basics

ggplot2 is the go-to R package for making beautiful, customizable, and layered graphics. It follows the "Grammar of Graphics" concept.

🖼️ Sample Plots

📝 Example Code: Scatter Plot

Output will appear here...
💡 Tip: Use aes() to map data columns to aesthetics like x/y, color, size.

📚 ggplot2 Core Components