1. Histogram: Distribution of Employee Satisfaction

2. Box Plot: Last Evaluation Scores

3. Comparative Box Plot: Monthly Hours by Department

4. Pie Chart of Frequencies: Attrition by Salary Level

## # A tibble: 3 × 2
##   salary     n
##   <chr>  <int>
## 1 high      82
## 2 low     2172
## 3 medium  1317

5. Bar Plot of Averages: Average Satisfaction by Department