data("Loan")
boxplot(Income~Home, data = Loan, col = c(2:4), pch = 16,
ylim = c(0,200000), ylab = "Income",
xlab = "Home Ownership Status",
main = "Annual Income Boxplot")
grid()
Run the code above in your browser using DataLab