r
Installation
SKILL.md
R
A language and environment for statistical computing and graphics.
When to Use
- Statistical Analysis
- Data Visualization (ggplot2)
- Bioinformatics
- Academic research
Quick Start
print("Hello, World!")
# Vector
x <- c(1, 2, 3, 4, 5)